DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Service of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string Service { get; set; } |
Visual Basic |
---|
Public Property Service As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Service {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe Service of this connection
Return Value
Type:
StringThe Service of this connection
Remarks
See Also