Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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