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