Click or drag to resize

UserIPAccessListIPMatchList Property

The physical IP address of the IP or IP range list

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<string> IPMatchList { get; set; }

Property Value

ListString
Remarks
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  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