DataPA Enterprise Dashboard Controls API Reference
Gets the type of this system
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public SystemObject..::..SystemType Type { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Type As SystemObject..::..SystemType
Get |
| Visual C++ |
|---|
public:
virtual property SystemObject..::..SystemType Type {
SystemObject..::..SystemType get () sealed;
} |
Return Value
Type:
SystemObject..::..SystemTypeThe type of this system
Remarks
See Also