HostedEmailServiceInfo.ServiceDescription Property
Retrieves a description of the service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string ServiceDescription { get; internal set; }
public:
property String^ ServiceDescription {
String^ get();
internal: void set(String^ value);
}
Public Property ServiceDescription As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String containing a description of the service.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top