UserEmailAddress Property |
The primary email address where this user can be contacted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
member EmailAddress : string with get, set
Property Value
Type:
StringSee Also