TaskDeadlines.StartDeadline Property

Gets or sets the date/time value representing the start deadline.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
<XmlElementAttribute(IsNullable := True)> _
Public Property StartDeadline As Nullable(Of DateTime)
    Get
    Set
'Usage
Dim instance As TaskDeadlines
Dim value As Nullable(Of DateTime)

value = instance.StartDeadline

instance.StartDeadline = value
[XmlElementAttribute(IsNullable = true)]
public Nullable<DateTime> StartDeadline { get; set; }

Property Value

Type: System.Nullable<DateTime>

See Also

Reference

TaskDeadlines Class

TaskDeadlines Members

OBA.Server.Taskflow Namespace