ConfigurationFromXml Class
Describes the configuration information from the associated XML file.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.HostedEmail.ConfigurationFromXml
Syntax
[SerializableAttribute]
public class ConfigurationFromXml
[SerializableAttribute]
public ref class ConfigurationFromXml
<SerializableAttribute>
Public Class ConfigurationFromXml
Constructors
Name | Description | |
---|---|---|
ConfigurationFromXml() | Creates a new instance of the ConfigurationFromXml object. |
Properties
Name | Description | |
---|---|---|
AddinDir | Gets and sets the directory in which the add-in is located. |
|
AddinName | Gets and sets the name of the add-in. |
|
AddinType | Gets and sets the add-in type. |
|
Guid | Gets and sets the GUID. |
|
HideBuiltinUI | Gets and sets a list of built-in UI types to hide. |
|
PasswordSync | Gets and sets the password sync. |
|
Service | Gets and sets the service. |
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