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 policy level.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public PasswordPolicyOnServerLevel PasswordPolicyLevel { get; set; }
public:
property PasswordPolicyOnServerLevel PasswordPolicyLevel {
PasswordPolicyOnServerLevel get();
void set(PasswordPolicyOnServerLevel value);
}
Public Property PasswordPolicyLevel As PasswordPolicyOnServerLevel
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.PasswordPolicyOnServerLevel
The password policy level.
See Also
HostedEmailPasswordSyncInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top