Share via


Trigger.HasEndDate Property

Gets or sets whether a task uses an EndDate property value.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property HasEndDate As Boolean
    Get
    Set
'Usage
Dim instance As Trigger
Dim value As Boolean

value = instance.HasEndDate

instance.HasEndDate = value
public bool HasEndDate { get; set; }

Property Value

Type: System.Boolean
Returns true if a value is set with a EndDate property; otherwise, false.

Remarks

The set operation can be used only to set the property to false. An exception is thrown if the EndDate property becomes true only by setting the EndDate property.

See Also

Reference

Trigger Class

Trigger Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace