ClientConfigRootObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the root object used to provide AppServer connectivity to download dat files etc.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ADODBDataSource RootObject { get; set; }
Public Property RootObject As ADODBDataSource
Get
Set
public:
virtual property ADODBDataSource^ RootObject {
ADODBDataSource^ get () sealed;
void set (ADODBDataSource^ value) sealed;
}
function get_RootObject();
function set_RootObject(value);
Property Value
Type:
ADODBDataSourceThe root object used to provide AppServer connectivity to download dat files etc.
Return Value
Type:
ADODBDataSourceThe root object used to provide AppServer connectivity to download dat files etc.
Remarks See Also