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.
Gets or sets the identity for this permission.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, PropertyName := "Descriptor")> _
Public Property SerializableDescriptor As IdentityDescriptor
[ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "Descriptor")]
public IdentityDescriptor SerializableDescriptor { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, PropertyName = L"Descriptor")]
public:
property IdentityDescriptor^ SerializableDescriptor {
IdentityDescriptor^ get ();
void set (IdentityDescriptor^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "Descriptor")>]
member SerializableDescriptor : IdentityDescriptor with get, set
function get SerializableDescriptor () : IdentityDescriptor
function set SerializableDescriptor (value : IdentityDescriptor)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Returns IdentityDescriptor.
.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.