Compartilhar via


Propriedade ServicingContext.PartitionIdToHostIdMap

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Property PartitionIdToHostIdMap As Dictionary(Of Integer, Guid)
public Dictionary<int, Guid> PartitionIdToHostIdMap { get; private set; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<Int32, Guid>
Retorna Dictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

ServicingContext Classe

Namespace Microsoft.TeamFoundation.Framework.Server