ConnectionAppServerInfo Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the AppServerInfo of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AppServerInfo { get; set; }
Public Property AppServerInfo As String
Get
Set
public:
virtual property String^ AppServerInfo {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_AppServerInfo();
function set_AppServerInfo(value);
Property Value
Type:
StringThe AppServerInfo of this connection
Return Value
Type:
StringThe AppServerInfo of this connection
Remarks See Also