Share via


IdentityMessageBusData.DescriptorChanges Property

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

Syntax

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

Property Value

Type: array<System.Guid[]

.NET Framework Security

See Also

Reference

IdentityMessageBusData Class

Microsoft.VisualStudio.Services.Identity Namespace