QueryConnectionDetailConnection Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the connection this object relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Connection { get; set; }
Public Property Connection As String
Get
Set
public:
virtual property String^ Connection {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Connection();
function set_Connection(value);
Property Value
Type:
StringThe name of the connection this object relates to.
Return Value
Type:
StringThe name of the connection this object relates to.
Remarks See Also