Click or drag to resize

GetUserDetailInIncludeBasicInfoOnly Property

Process and lookup the GetUserDetailIn structure

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

Property Value

NullableBoolean
Remarks
Process and lookup the GetUserDetailIn structure. The default for this property is null.

Note  Note
This value defaults to null.
When this is set to true, it will fetch (profiles, 2 params in policies, 1 params in access).However Rates, Custom Fields, Accruals are ignored.
Example
Null/True/False
See Also