ImportSystemArgscThousandSeparator Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the thousand separator to be used for this system.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cThousandSeparator { get; set; }
Public Property cThousandSeparator As String
Get
Set
public:
virtual property String^ cThousandSeparator {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cThousandSeparator();
function set_cThousandSeparator(value);
Property Value
Type:
StringA property that contains the thousand separator to be used for this system.
Return Value
Type:
StringA property that contains the thousand separator to be used for this system.
Remarks See Also