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