Share via


SPMobileMessageServiceProvider.SignUpPage Property

Gets the URL of the page where customers sign-up for the Office Mobile Service (OMS) messaging Web service.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SignUpPage As String
    Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As String

value = instance.SignUpPage
public string SignUpPage { get; }

Property Value

Type: System.String
The URL of the sign-up page.

Remarks

Typically, this is the URL of an aspx page; for example, “https://www.contoso.com/SpeedyMessages/SignUp.aspx”.

See Also

Reference

SPMobileMessageServiceProvider Class

SPMobileMessageServiceProvider Members

Microsoft.SharePoint.MobileMessage Namespace