AccountUser.AccountId Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

AccountUser Class

Microsoft.VisualStudio.Services.Account Namespace