GetUserLaborLevelInIncludeBasicInfoOnly Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool? IncludeBasicInfoOnly { get; set; }
function get_IncludeBasicInfoOnly();
function set_IncludeBasicInfoOnly(value);
Property Value
NullableBooleanRemarks
Process and lookup the
GetUserLaborLevelIn structure. The default for this property is null.
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