Share via


ConfigurationFromXml.AddinType Property

 

Gets and sets the add-in type.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string AddinType { get; set; }
public:
property String^ AddinType {
    String^ get();
    void set(String^ value);
}
Public Property AddinType As String

Property Value

Type: System.String

The add-in type.

See Also

ConfigurationFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top