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
- 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.