Share via


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
System_CAPS_pubmethod ConfigurationFromXml()

Creates a new instance of the ConfigurationFromXml object.

Properties

Name Description
System_CAPS_pubproperty AddinDir

Gets and sets the directory in which the add-in is located.

System_CAPS_pubproperty AddinName

Gets and sets the name of the add-in.

System_CAPS_pubproperty AddinType

Gets and sets the add-in type.

System_CAPS_pubproperty Guid

Gets and sets the GUID.

System_CAPS_pubproperty HideBuiltinUI

Gets and sets a list of built-in UI types to hide.

System_CAPS_pubproperty PasswordSync

Gets and sets the password sync.

System_CAPS_pubproperty Service

Gets and sets the service.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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