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 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