Class UserProfile
Currently used for the FloAR Apps mainly. Will be obsoleted once FloAr modules are updated onto the current EMS instance.
Inheritance
System.Object
UserProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class UserProfile
Fields
View SourceFirstName
Declaration
public string FirstName
Field Value
Type | Description |
---|---|
System.String |
LastName
Declaration
public string LastName
Field Value
Type | Description |
---|---|
System.String |
UserProfileId
Declaration
public long UserProfileId
Field Value
Type | Description |
---|---|
System.Int64 |