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