[CollectionDataContract(Name = "FieldPropertyDictionary", ItemName = "FieldPropertyDictionaryKeyValuePair", KeyName = "Key", ValueName = "FieldProperty", Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public sealed class FieldPropertyDictionary : Dictionary<string, FieldProperty>, IDictionary<string, FieldProperty>, ICollection<KeyValuePair<string, FieldProperty>>, IDictionary, ICollection, IReadOnlyDictionary<string, FieldProperty>, IReadOnlyCollection<KeyValuePair<string, FieldProperty>>, IEnumerable<KeyValuePair<string, FieldProperty>>, IEnumerable, IDeserializationCallback, ISerializable