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