Partager via


ConfigurationFromXml.Service Property

 

Gets and sets the service.

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

Syntax

public ServiceInfoFromXml Service { get; set; }
public:
property ServiceInfoFromXml^ Service {
    ServiceInfoFromXml^ get();
    void set(ServiceInfoFromXml^ value);
}
Public Property Service As ServiceInfoFromXml

Property Value

Type: Microsoft.WindowsServerSolutions.HostedEmail.ServiceInfoFromXml

The service.

See Also

ConfigurationFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top