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