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