ProjectSettingsNonWorkingDays Property | |
Get a list of non working days in the year.
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 public IList<string> NonWorkingDays { get; set; }
Public Property NonWorkingDays As IList(Of String)
Get
Set
public:
property IList<String^>^ NonWorkingDays {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member NonWorkingDays : IList<string> with get, set
Property Value
Type:
IListStringSee Also