NamedSetTokenIsOffsetSupported 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 (10.0.0.1002)
Syntax
public override bool IsOffsetSupported { get; }

Property Value

Type: Boolean
if this token supports offset; otherwise, .
Exceptions
ExceptionCondition
NotSupportedExceptionSupport for offset cannot be modified for this type of token.
Remarks
Always returns .
See Also