DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if the user can select the Always use these credentials setting.
Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# |
|---|
public bool ShowAlwaysUseCheckBox { get; set; } |
| Visual Basic |
|---|
Public Property ShowAlwaysUseCheckBox As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ShowAlwaysUseCheckBox {
bool get ();
void set (bool value);
} |
Property Value
Type:
BooleanTrue if the always use these credentials check box should be shown.
Return Value
Type:
BooleanTrue if the always use these credentials check box should be shown.
Remarks
See Also