Class GroupContactDetails
The group contact details.
[DataContract]
public class GroupContactDetails
- Inheritance
-
GroupContactDetails
- Inherited Members
Properties
Contacts
Gets or sets the Contacts.
[DataMember(Name = "contacts")]
public List<Contacts> Contacts { get; set; }
Property Value
Directories
Gets or sets directories associated with the group.
[DataMember(Name = "directories")]
public List<string> Directories { get; set; }
Property Value
GroupName
Gets or sets the group name.
[DataMember(Name = "groupName")]
public string GroupName { get; set; }