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