UserIPAccessListIPMatchList Property | |
The physical IP address of the IP or IP range list
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<string> IPMatchList { get; set; }
function get_IPMatchList();
function set_IPMatchList(value);
Property Value
ListStringRemarks
The physical IP address of the IP or IP range list. This value corresponds directly with the
IPDetailMatch property. If any IP provided in this list
matches with the
Details of the users
IPAddress then the
IPDetailMatch property will return true.
Note |
---|
The IP must be a valid IP to match, no wild-cards are allowed in the list.
|
Example 127.0.0.1, 155.3.6.1
See Also