DashboardObjectAllowRanges Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if this object supports ranges
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllowRanges { get; }
Public ReadOnly Property AllowRanges As Boolean
Get
public:
virtual property bool AllowRanges {
bool get () sealed;
}
function get_AllowRanges();
Property Value
Type:
BooleanTrue if this object supports ranges
Return Value
Type:
BooleanTrue if this object supports ranges
Remarks See Also