 | CommonAuthenticationTypeUserEmailAddress Property |
An optional string designating the email address of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string UserEmailAddress { get; set; }
Public Property UserEmailAddress As String
Get
Set
function get UserEmailAddress () : String
function set UserEmailAddress (value : String)
function get_UserEmailAddress();
function set_UserEmailAddress(value);
Property Value
Type:
String
See Also