DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public string[] Names { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Names As String()
Get |
| Visual C++ |
|---|
public:
virtual property array<String^>^ Names {
array<String^>^ get () sealed;
} |
Return Value
Type:
array<String>[]()[][]A string array containing the names of the system objects in this collection
Remarks
See Also