Share via


SPMobileMessagingAccount.ServiceProvider property

Gets information from the Web service about its provider.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ServiceProvider As SPMobileMessageServiceProvider
    Get
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SPMobileMessageServiceProvider

value = instance.ServiceProvider
public SPMobileMessageServiceProvider ServiceProvider { get; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider
Information about the company that provides the Web service.

Remarks

The object is created from the XML returned by a call of the Web service’s GetServiceInfo method.

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace