ServicingContext.PartitionIdToHostIdMap Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property PartitionIdToHostIdMap As Dictionary(Of Integer, Guid)
public Dictionary<int, Guid> PartitionIdToHostIdMap { get; private set; }
public:
property Dictionary<int, Guid>^ PartitionIdToHostIdMap {
Dictionary<int, Guid>^ get ();
private: void set (Dictionary<int, Guid>^ value);
}
member PartitionIdToHostIdMap : Dictionary<int, Guid> with get, private set
function get PartitionIdToHostIdMap () : Dictionary<int, Guid>
private function set PartitionIdToHostIdMap (value : Dictionary<int, Guid>)
Property Value
Type: System.Collections.Generic.Dictionary<Int32, Guid>
Returns Dictionary<TKey, TValue>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.