Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides IdentityDescriptor.Data.
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overrides Property Data As Object
public override Object Data { get; set; }
public:
virtual property Object^ Data {
Object^ get () override;
void set (Object^ value) override;
}
abstract Data : Object with get, set
override Data : Object with get, set
override function get Data () : Object
override function set Data (value : Object)
Property Value
Type: System.Object
.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.