Share via


ServiceInfoFromXml.ShortName Property

 

Gets and sets the short name.

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

Syntax

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

Property Value

Type: System.String

The short name.

See Also

ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top