Delen via


Account.Properties Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public ReadOnly Property Properties As Dictionary(Of String, Object)
[DataMemberAttribute]
public Dictionary<string, Object> Properties { get; }
[DataMemberAttribute]
public:
property Dictionary<String^, Object^>^ Properties {
    Dictionary<String^, Object^>^ get ();
}
[<DataMemberAttribute>]
member Properties : Dictionary<string, Object> with get
function get Properties () : Dictionary<String, Object>

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace