Compartilhar via


ScheduleToken.Duration Property

 

Gets or sets the duration of time for which the schedule runs. This property is optional.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public TimeSpan Duration { get; set; }
public:
property TimeSpan Duration {
    TimeSpan get();
    void set(TimeSpan value);
}
Public Property Duration As TimeSpan

Property Value

Type: System.TimeSpan

See Also

ScheduleToken Class
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler Namespace

Return to top