TeamFoundationIdentity.AttributesSet Property

Property to marshal attributes.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property AttributesSet As KeyValue(Of String, String)()
[ClientPropertyAttribute(ClientVisibility.Private)]
public KeyValue<string, string>[] AttributesSet { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property array<KeyValue<String^, String^>^>^ AttributesSet {
    array<KeyValue<String^, String^>^>^ get ();
    void set (array<KeyValue<String^, String^>^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member AttributesSet : KeyValue<string, string>[] with get, set
function get AttributesSet () : KeyValue<String, String>[]
function set AttributesSet (value : KeyValue<String, String>[])

Property Value

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

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Server Namespace