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 information about the Office Mobile Service (OMS) messaging Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetServiceInfo As SPMobileMessageServiceProvider
'Usage
Dim instance As SPMobileMessageWebService
Dim returnValue As SPMobileMessageServiceProvider
returnValue = instance.GetServiceInfo()
public SPMobileMessageServiceProvider GetServiceInfo()
Return Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider
An object with information from the Web service about itself.
Remarks
GetServiceInfo() creates a proxy for the Web service and invokes the OMS-defined GetServiceInfo Web method.
See Also
Reference
SPMobileMessageWebService Class