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 SSL URL of the Office Mobile Service (OMS) messaging Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceUrl As String
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As String
value = instance.ServiceUrl
public string ServiceUrl { get; }
Property Value
Type: System.String
The SSL URL of the service.
Remarks
An example of the value of this property is “https://www.contoso.com/SpeedyMessages.asmx”.
The value of this property is not necessarily the same as the value of the SPMobileMessagingAccount.ServiceUrl property.
See Also
Reference
SPMobileMessageServiceProvider Class