ScriptExceptionTokenText Property |
Gets the token text.
Namespace:
Dundas.BI.Scripting
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string TokenText { get; }
Public ReadOnly Property TokenText As String
Get
public:
property String^ TokenText {
String^ get ();
}
member TokenText : string with get
Property Value
Type:
StringThe token text.
See Also