Compartilhar via


Propriedade TeamFoundationIdentity.AttributesSet

A propriedade atributos de empacotar.

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

Sintaxe

'Declaração
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property AttributesSet As KeyValue(Of String, String)()
[ClientPropertyAttribute(ClientVisibility.Private)]
public KeyValue<string, string>[] AttributesSet { get; set; }

Valor de propriedade

Tipo: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Retorna KeyValue<TKeyType, TValueType>.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationIdentity Classe

Namespace Microsoft.TeamFoundation.Server.Core