Show / Hide Table of Contents

Interface UM_iContact

Phone contact record model.

Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iContact

Properties

Email

The email address

Declaration
string Email { get; }
Property Value
Type Description
System.String

JobTitle

The contact’s job title.

Declaration
string JobTitle { get; }
Property Value
Type Description
System.String

Name

Contact name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Note

A note associated with a contact.

Declaration
string Note { get; }
Property Value
Type Description
System.String

OrganizationName

The name of the organization associated with the contact.

Declaration
string OrganizationName { get; }
Property Value
Type Description
System.String

Phone

Phone number

Declaration
string Phone { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX