GetUserTimeOffRequestInIgnoreDetails Property | |
Ignores detail data from the request
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool? IgnoreDetails { get; set; }
function get_IgnoreDetails();
function set_IgnoreDetails(value);
Property Value
NullableBooleanRemarks
Ignores detail data from the request
Example true/false
See Also