MemberValueUpperBoundaryTime Property |
Gets the upper boundary DateTime value, corresponding the next virtual member.
It is a virtual member as the hierarchy may not it included in its definition.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic Nullable<DateTime> UpperBoundaryTime { get; }Public ReadOnly Property UpperBoundaryTime As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> UpperBoundaryTime {
Nullable<DateTime> get ();
}member UpperBoundaryTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also