GetUserIPAccessModelIPDetailMatch Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IPDetailMatch { get; set; }
function get_IPDetailMatch();
function set_IPDetailMatch(value);
Property Value
BooleanRemarks
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 |
---|
If the requested EmpIdentifier is not found then this value will return false.
|
Example true
See Also