Share via


IUserExtension2.MinimumPasswordLength Property

 

Gets the minimum length of a user's password.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

int MinimumPasswordLength { get; }
property int MinimumPasswordLength {
    int get();
}
ReadOnly Property MinimumPasswordLength As Integer

Property Value

Type: System.Int32

Returns Int32.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top