AccountData.Fields Property

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

Property Value

AccountDataFieldList

In this article

Definition