SPManagedAccount.MinPasswordLen Property
Gets the minimum length that a password needs to be.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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. .