DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the select connection screen is offered.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public bool AllowSelectConnection { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AllowSelectConnection As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool AllowSelectConnection {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the select connection screen is offered.
Remarks
See Also