ApplicationGroupDescription.Descriptor Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor

.NET Framework Security

See Also

Reference

ApplicationGroupDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace