SystemStructureSystemType Property |
|
DataPA OpenAnalytics API Reference
The type of system whose structure this class will return.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SystemType { get; set; }
Public Property SystemType As String
Get
Set
public:
property String^ SystemType {
String^ get ();
void set (String^ value);
}
function get_SystemType();
function set_SystemType(value);
Property Value
Type:
StringThe type of system whose structure this class will return.
Return Value
Type:
StringThe type of system whose structure this class will return.
Remarks The type of system whose structure this class will return.
See Also