MemberValueDataUpperBoundaryTime 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.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "upperBoundaryTime", EmitDefaultValue = false)]
public DateTime? UpperBoundaryTime { get; set; }
<DataMemberAttribute(Name := "upperBoundaryTime", EmitDefaultValue := false)>
Public Property UpperBoundaryTime As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"upperBoundaryTime", EmitDefaultValue = false)]
property Nullable<DateTime> UpperBoundaryTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "upperBoundaryTime", EmitDefaultValue = false)>]
member UpperBoundaryTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also