Click or drag to resize

GetUserIPAccessModelIPDetailMatch Property

Does any one of the Details IPAddress match with any IPMatchList items

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool IPDetailMatch { get; set; }

Property Value

Boolean
Remarks
Does any one of the Details IPAddress match with any IPMatchList items. If no value is sent in the IPMatchList then the value will automatically default to false.

Note  Note
If the requested EmpIdentifier is not found then this value will return false.
Example
true
See Also