AccountDataAccountType Property |
Gets the type of the account.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "accountType")]
public AccountType AccountType { get; set; }<DataMemberAttribute(Name := "accountType")>
Public Property AccountType As AccountType
Get
Set
public:
[DataMemberAttribute(Name = L"accountType")]
property AccountType AccountType {
AccountType get ();
void set (AccountType value);
}[<DataMemberAttribute(Name = "accountType")>]
member AccountType : AccountType with get, set
Property Value
Type:
AccountType
See Also