Share via


IdentityChangedData.DescriptorChangeType Property

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

Syntax

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

Property Value

Type: DescriptorChangeType

.NET Framework Security

See Also

Reference

IdentityChangedData Class

Microsoft.VisualStudio.Services.Identity Namespace