IdentityDescriptor.Data Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overridable Property Data As Object
public virtual Object Data { get; set; }
public:
virtual property Object^ Data {
Object^ get ();
void set (Object^ value);
}
abstract Data : Object with get, set
override Data : Object with get, set
function get Data () : Object
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.