| WorkItemEnumerationOptionsStartDate Property |
[Missing <summary> documentation for "P:NetIQ.DRA.Common.Rest.DataModels.WorkItemEnumerationOptions.StartDate"]
Namespace:
NetIQ.DRA.Common.Rest.DataModels
Assembly:
NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 10.2.2.1
Syntax [DataMemberAttribute(Name = "startDate")]
public Nullable<DateTime> StartDate { get; set; }
<DataMemberAttribute(Name := "startDate")>
Public Property StartDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTimeSee Also