IParameterValueIsTokenized Property |
Gets a value indicating whether this parameter value is based on unresolved tokens.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsTokenized { get; }ReadOnly Property IsTokenized As Boolean
Get
property bool IsTokenized {
bool get ();
}abstract IsTokenized : bool with get
Property Value
Boolean if this parameter value has unresolved tokens; otherwise,
.
See Also