TokenDefinitionIsOffsetSupported Property |
Gets or sets a value indicating whether this token supports offset.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic virtual bool IsOffsetSupported { get; set; }Public Overridable Property IsOffsetSupported As Boolean
Get
Set
public:
virtual property bool IsOffsetSupported {
bool get ();
void set (bool value);
}abstract IsOffsetSupported : bool with get, set
override IsOffsetSupported : bool with get, set
Property Value
Type:
Boolean if this token supports offset; otherwise,
.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Support for offset cannot be modified for this type of token. |
See Also