TokenDefinition.IsResolvable Property |
Gets a value indicating whether this token can be resolved.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic virtual bool IsResolvable { get; }
Public Overridable ReadOnly Property IsResolvable As Boolean
Get
public:
virtual property bool IsResolvable {
bool get ();
}
abstract IsResolvable : bool with get
override IsResolvable : bool with get
Property Value
Type:
Booleantrue if this token can be resolved; otherwise,
false.
See Also