| ScheduleDayDescriptors Property  |  | 
 
            A string array of day descriptors.
            
 
    Namespace: 
   Smartsheet.Api.Models
    Assemblies:
    smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
 Syntax
Syntaxpublic IList<DayDescriptor> DayDescriptors { get; set; }Public Property DayDescriptors As IList(Of DayDescriptor)
	Get
	Set
public:
property IList<DayDescriptor>^ DayDescriptors {
	IList<DayDescriptor>^ get ();
	void set (IList<DayDescriptor>^ value);
}member DayDescriptors : IList<DayDescriptor> with get, set
Return Value
Type: 
IListDayDescriptor the array of day descriptors 
 See Also
See Also