Click or drag to resize

GetUserScheduleDetailModelIsAutoGenerated Property

The automatically generated flag of the current user schedule detail.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool IsAutoGenerated { get; set; }

Property Value

Boolean
Remarks
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