Share via


Proprietà TeamFoundationIdentity.AttributesSet

Proprietà per il marshalling degli attributi.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationIdentity Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server