GetUserScheduleDetailModelIsAutoGenerated Property | |
The automatically generated flag of the current user schedule detail.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsAutoGenerated { get; set; }
function get_IsAutoGenerated();
function set_IsAutoGenerated(value);
Property Value
BooleanRemarks
The automatically generated flag of the current user schedule detail. This value represents a flag that indicates if this schedule detail was automatically generated from a schedule template.
This property should only contain a valid boolean type.
Example true/false
See Also