SecurityChangedNotification.Descriptor Property

The descriptor this operatrion applies to.

Used in the following SecurityChangeTypes: RemoveExplicitPermissions

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; set; }
public:
property IdentityDescriptor^ Descriptor {
    IdentityDescriptor^ get ();
    void set (IdentityDescriptor^ value);
}
member Descriptor : IdentityDescriptor with get, set
function get Descriptor () : IdentityDescriptor 
function set Descriptor (value : IdentityDescriptor)

Property Value

Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Returns IdentityDescriptor.

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace