Share via


Account.AccountType Property

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := True)> _
Public Property AccountType As AccountType
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public AccountType AccountType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public:
property AccountType AccountType {
    AccountType get ();
    void set (AccountType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)>]
member AccountType : AccountType with get, set
function get AccountType () : AccountType 
function set AccountType (value : AccountType)

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountType

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace