DescriptorFailure.IdentityDescriptor Property

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

Syntax

'Declaration
Public Property IdentityDescriptor As IdentityDescriptor
public IdentityDescriptor IdentityDescriptor { get; set; }
public:
property IdentityDescriptor^ IdentityDescriptor {
    IdentityDescriptor^ get ();
    void set (IdentityDescriptor^ value);
}
member IdentityDescriptor : IdentityDescriptor with get, set
function get IdentityDescriptor () : IdentityDescriptor 
function set IdentityDescriptor (value : IdentityDescriptor)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Returns IdentityDescriptor.

.NET Framework Security

See Also

Reference

DescriptorFailure Class

Microsoft.TeamFoundation.Framework.Server Namespace