SystemsNames Property |
|
DataPA OpenAnalytics API Reference
Gets a string array containing the names of the system objects in this collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string[] Names { get; }
Public ReadOnly Property Names As String()
Get
public:
virtual property array<String^>^ Names {
array<String^>^ get () sealed;
}
Return Value
Type:
StringA string array containing the names of the system objects in this collection
Remarks See Also