UpdateRequestSchedule Property | |
Gets the schedule for which update requests will be sent out.
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 Schedule Schedule { get; set; }
Public Property Schedule As Schedule
Get
Set
public:
property Schedule^ Schedule {
Schedule^ get ();
void set (Schedule^ value);
}
member Schedule : Schedule with get, set
Return Value
Type:
Schedule the Schedule
See Also