|
UserDataEmailAddress Property
|
Gets the user's email address.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 6)]
public string EmailAddress { get; set; }
<XmlElementAttribute>
<DataMemberAttribute(Order := 6)>
Public Property EmailAddress As String
Get
Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 6)]
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 6)>]
member EmailAddress : string with get, set
function get_EmailAddress();
function set_EmailAddress(value);
View SourceProperty Value
String
See Also