Open this page in the API Guide

ParameterValue.IsTokenized Property

Gets a value indicating whether this parameter value is based on unresolved tokens.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public virtual bool IsTokenized { get; }

Property Value

Type: Boolean
true if this parameter value has unresolved tokens; otherwise, false.

Implements

IParameterValue.IsTokenized
See Also