Delen via


Account.AccountId Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

Account Class

Microsoft.VisualStudio.Services.Account Namespace