SPManagedAccount.MinPasswordLen property

Gets the minimum length that a password needs to be.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MinPasswordLen As Integer
    Get
'Usage
Dim instance As SPManagedAccount
Dim value As Integer

value = instance.MinPasswordLen
public int MinPasswordLen { get; }

Property value

Type: System.Int32
An Int32 value that specifies the minimum length of a password. .

See also

Reference

SPManagedAccount class

SPManagedAccount members

Microsoft.SharePoint.Administration namespace