TokenDefinitionDataIsOffsetSupported Property |
Gets or sets a value indicating whether this token supports offset.
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 = "isOffsetSupported", EmitDefaultValue = false)]
public bool IsOffsetSupported { get; set; }
<DataMemberAttribute(Name := "isOffsetSupported", EmitDefaultValue := false)>
Public Property IsOffsetSupported As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isOffsetSupported", EmitDefaultValue = false)]
property bool IsOffsetSupported {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isOffsetSupported", EmitDefaultValue = false)>]
member IsOffsetSupported : bool with get, set
Property Value
Type:
Boolean if this token supports offset; otherwise,
.
Exceptions See Also