Share via


HostedEmailPasswordSyncInfo.PasswordMinLength Property

 

Gets and sets the password minimum length.

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

Syntax

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

Property Value

Type: System.UInt32

The password minimum length.

See Also

HostedEmailPasswordSyncInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top