ImportSystemArgscDescription Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system description.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cDescription { get; set; }
Public Property cDescription As String
Get
Set
public:
virtual property String^ cDescription {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cDescription();
function set_cDescription(value);
Property Value
Type:
StringA property that contains the system description.
Return Value
Type:
StringA property that contains the system description.
Remarks See Also