| 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
Syntaxpublic bool IsAutoGenerated { get; set; }function get_IsAutoGenerated();
function set_IsAutoGenerated(value);
Property Value
Boolean Remarks
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
Exampletrue/false
 See Also
See Also