OtherGroupBoundaryDataBoundary Property |
Gets the specified boundary defined for the current instance.
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(EmitDefaultValue = false, Name = "boundary")]
public double Boundary { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "boundary")>
Public Property Boundary As Double
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"boundary")]
property double Boundary {
double get ();
void set (double value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "boundary")>]
member Boundary : float with get, set
Property Value
Type:
DoubleSee Also