TokenDefinitionSymbol Property  | 
 
            Gets or sets the symbol.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters.Tokens
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Symbol { get; set; }Public Property Symbol As String
	Get
	Set
public:
property String^ Symbol {
	String^ get ();
	void set (String^ value);
}member Symbol : string with get, set
Property Value
Type: 
String
Remarks  Note | 
|---|
| When saving a token, leading and trailing white space will be automatically removed from the symbol. | 
See Also