 | CommonAuthenticationTypeUserIPAddress 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 UserIPAddress { get; set; }
Public Property UserIPAddress As String
Get
Set
function get UserIPAddress () : String
function set UserIPAddress (value : String)
function get_UserIPAddress();
function set_UserIPAddress(value);
Property Value
Type:
String
See Also