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>