Sdílet prostřednictvím


TeamFoundationIdentity.AttributesSet – vlastnost

Vlastnost atributy zařazování.

Obor názvů:  Microsoft.TeamFoundation.Framework.Server
Sestavení:  Microsoft.TeamFoundation.Framework.Server (v Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Vrátí KeyValue<TKeyType, TValueType>.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TeamFoundationIdentity Třída

Microsoft.TeamFoundation.Framework.Server – obor názvů