SPMobileMessageWebService.GetServiceInfo method

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

SPMobileMessageWebService members

Microsoft.SharePoint.MobileMessage namespace