SetupManagerParent Property |
|
DataPA OpenAnalytics API Reference
The object that represents the parent of this object.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Application Parent { get; set; }
Public Property Parent As Application
Get
Set
public:
virtual property Application^ Parent {
Application^ get () sealed;
void set (Application^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Property Value
Type:
ApplicationThe parent of this object.
Return Value
Type:
ApplicationThe parent of this object.
Remarks See Also