Share via


Identity.Properties Property

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

Syntax

'Declaration
Public ReadOnly Property Properties As Dictionary(Of String, Object)
public Dictionary<string, Object> Properties { get; }
public:
property Dictionary<String^, Object^>^ Properties {
    Dictionary<String^, Object^>^ get ();
}
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

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace