DBDataPermissionAttribute::AllowBlankPassword Property

 

Gets or sets a value indicating whether a blank password is allowed.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
property bool AllowBlankPassword {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a blank password is allowed; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: