Share via


IdentityChangedData.DescriptorChanges Property

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

Syntax

'Declaration
Public Property DescriptorChanges As DescriptorChange()
public DescriptorChange[] DescriptorChanges { get; set; }
public:
property array<DescriptorChange^>^ DescriptorChanges {
    array<DescriptorChange^>^ get ();
    void set (array<DescriptorChange^>^ value);
}
member DescriptorChanges : DescriptorChange[] with get, set
function get DescriptorChanges () : DescriptorChange[]
function set DescriptorChanges (value : DescriptorChange[])

Property Value

Type: array<DescriptorChange[]

.NET Framework Security

See Also

Reference

IdentityChangedData Class

Microsoft.VisualStudio.Services.Identity Namespace