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