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