Class Profile
Contains the main information of a profile as on the EMS.
Inheritance
System.Object
Profile
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Profile
Constructors
Profile()
Declaration
Profile(Profile)
Declaration
public Profile(Profile cc)
Parameters
Fields
customAttributes
Declaration
public List<CustomAttribute> customAttributes
Field Value
emailAddress
Declaration
public string emailAddress
Field Value
Type |
Description |
System.String |
|
firstName
Declaration
Field Value
Type |
Description |
System.String |
|
lastName
Declaration
Field Value
Type |
Description |
System.String |
|
Extension Methods