Group.Fields Property

[DataMember(Name = "Fields")] 
public Dictionary<string, GroupField> Fields {get;}
This language is not supported or no code example is available.
[DataMember(Name = "Fields")] 
public:  
property Dictionary<String^, GroupField^>^ Fields { 
Dictionary<String^, GroupField^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

Dictionary<string, GroupField>

In this article

Definition