Class ContactDetails
Inheritance
System.Object
ContactDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Manifests
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class ContactDetails
Properties
| Improve this Doc View SourceDeclaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Location
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Names
Declaration
public IEnumerable<string> Names { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Phone
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |