Freigeben über


TeamFoundationIdentity.AttributesSet-Eigenschaft

Eigenschaft, z von Attributen.

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

Syntax

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

Eigenschaftswert

Typ: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Gibt KeyValue<TKeyType, TValueType> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationIdentity Klasse

Microsoft.TeamFoundation.Server.Core-Namespace