RelationalColumnSymbol Property |
Gets or sets the symbol that can be set before or after the number or the currency symbol.
Namespace: Dundas.BI.Data.Metadata.RelationalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string Symbol { get; set; }Public Property Symbol As String
Get
Set
public:
virtual property String^ Symbol {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Symbol : string with get, set
override Symbol : string with get, set
Property Value
StringImplements
IDataElementSymbol
See Also