Share via


ServiceInfoFromXml.SignUpUrl Property

 

Gets and sets the sign-up URL.

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

Syntax

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

Property Value

Type: System.String

The sign-up URL.

See Also

ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top