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 (26.2.0.1000)
Syntax
public string? Symbol { get; set; }

Property Value

String
Remarks
Note  Note
When saving a token, leading and trailing white space will be automatically removed from the symbol.
See Also