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