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 (24.3.0.1000)
Syntax public 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:
StringRemarks Note |
---|
When saving a token, leading and trailing white space will be automatically removed from the symbol. |
See Also