Click or drag to resize

GetUserLaborLevelInIncludeBasicInfoOnly Property

Process and lookup the GetUserLaborLevelIn 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 GetUserLaborLevelIn structure. The default for this property is null.

Note  Note
This value defaults to null.
When this is set to false, it will fetch Charge Rate and payrate information,
when it is set to true, it avoid fetching Charge rate and parate information
Example
Null/True/False
See Also