Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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