SystemStructureSystemName Property |
|
DataPA OpenAnalytics API Reference
The system's name 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 SystemName { get; set; }
Public Property SystemName As String
Get
Set
public:
property String^ SystemName {
String^ get ();
void set (String^ value);
}
function get_SystemName();
function set_SystemName(value);
Property Value
Type:
StringThe system's name whose structure this class will return.
Return Value
Type:
StringThe system's name whose structure this class will return.
Remarks The system's name whose structure this class will return.
See Also