Share via


AccountUser.UserId Property

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

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

AccountUser Class

Microsoft.VisualStudio.Services.Account Namespace