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.