PasswordSyncInfoFromXml Class
Describes the password sync info from XML.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.HostedEmail.PasswordSyncInfoFromXml
Syntax
[SerializableAttribute]
public class PasswordSyncInfoFromXml
[SerializableAttribute]
public ref class PasswordSyncInfoFromXml
<SerializableAttribute>
Public Class PasswordSyncInfoFromXml
Constructors
Name | Description | |
---|---|---|
PasswordSyncInfoFromXml() | Creates a new instance of the PasswordSyncInfoFromXml object. |
Properties
Name | Description | |
---|---|---|
PasswordPolicyOnServer | Gets and sets the password policy on the server. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top