Identity.Properties Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Properties As PropertiesCollection
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public PropertiesCollection Properties { get; private set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property PropertiesCollection^ Properties {
PropertiesCollection^ get ();
private: void set (PropertiesCollection^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Properties : PropertiesCollection with get, private set
function get Properties () : PropertiesCollection
private function set Properties (value : PropertiesCollection)
Property Value
Type: Microsoft.VisualStudio.Services.WebApi.PropertiesCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.