ResultDescriptorSymbol Property  | 
 
            Gets the string symbol for the formula result.
            
 
    Namespace: 
   Dundas.BI.Data.Functions
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Symbol { get; }Public ReadOnly Property Symbol As String
	Get
public:
property String^ Symbol {
	String^ get ();
}member Symbol : string with get
Property Value
Type: 
String
RemarksFor formulas with a single result, there is no need to define such a symbol.
See Also