CleanCode C# Libraries v0.9.21 API

ConnectionStringManager.AccessLevel Enumeration

Specifies the exposure of each credential parameter.

public enum ConnectionStringManager.AccessLevel

Members

Member Name Description
EditAllows user to edit the given parameter.
DisplayAllows user to view the given parameter but not edit it.
HideHides the given parameter from the user.

Requirements

Namespace: CleanCodeControls.Forms

Assembly: CleanCodeControls (in CleanCodeControls.dll)

See Also

CleanCodeControls.Forms Namespace