AccountData.Account Property

[DataMember(Name = "Account")] 
public string Account {get;}
This language is not supported or no code example is available.
[DataMember(Name = "Account")] 
public:  
property String^ Account { 
String^ get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "Account") 
function get Account() : String;
This language is not supported or no code example is available.

Property Value

string

In this article

Definition