Share via


PasswordPolicyOnServerInfoFromXml.MinLength Property

 

Gets and sets the password minimum length.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public uint MinLength { get; set; }
public:
property unsigned int MinLength {
    unsigned int get();
    void set(unsigned int value);
}
Public Property MinLength As UInteger

Property Value

Type: System.UInt32

The password minimum length.

See Also

PasswordPolicyOnServerInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top