BpmPropertyDate.Date Property
Gets or sets the value.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Date As DateTime
Get
Set
'Usage
Dim instance As BpmPropertyDate
Dim value As DateTime
value = instance.Date
instance.Date = value
public virtual DateTime Date { get; set; }
Property Value
Type: System.DateTime
The value.
Remarks
If the date is MinValue, then the property is considered empty.