Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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