Table of Contents

Class Contacts

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The group user details.

[DataContract]
public class Contacts
Inheritance
Contacts
Inherited Members

Properties

Email

Gets or sets the user email.

[DataMember(Name = "email")]
public string Email { get; set; }

Property Value

string

Name

Gets or sets the user name.

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string