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