AccountData.Type Property

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

Property Value

AccountDataType

In this article

Definition