Delen via


Account.AccountStatus Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountStatus

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace