IdentityMessageBusData.IdentityChanges Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property IdentityChanges As Guid()
public Guid[] IdentityChanges { get; set; }
public:
property array<Guid>^ IdentityChanges {
array<Guid>^ get ();
void set (array<Guid>^ value);
}
member IdentityChanges : Guid[] with get, set
function get IdentityChanges () : Guid[]
function set IdentityChanges (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.