FunctionDataSymbol Property  | 
 
            Gets the minimum 3 character string symbol for the function.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "symbol")]
public string Symbol { get; set; }<DataMemberAttribute(Name := "symbol")>
Public Property Symbol As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"symbol")]
property String^ Symbol {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "symbol")>]
member Symbol : string with get, set
Property Value
Type: 
String
See Also