SystemsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets a system object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SystemObject this[
string Name
] { get; }
Public ReadOnly Property Item (
Name As String
) As SystemObject
Get
public:
virtual property SystemObject^ Item[String^ Name] {
SystemObject^ get (String^ Name) sealed;
}
Parameters
- Name
- Type: SystemString
The name of the system to return
Return Value
Type:
SystemObjectA system object
Remarks See Also