Freigeben über


GroupMembershipChangedNotification.AccountId Property

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

Syntax

'Declaration
Public Property AccountId As Guid
public Guid AccountId { get; private set; }
public:
property Guid AccountId {
    Guid get ();
    private: void set (Guid value);
}
member AccountId : Guid with get, private set
function get AccountId () : Guid 
private function set AccountId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

GroupMembershipChangedNotification Class

Microsoft.VisualStudio.Services.Identity Namespace