Share via


SPMobileMessageWebService.SoapFormat property

Gets a value that indicates which SOAP style is being used to communicate with the Web service.

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

Syntax

'Declaration
Public ReadOnly Property SoapFormat As SPMobileSoapFormat
    Get
'Usage
Dim instance As SPMobileMessageWebService
Dim value As SPMobileSoapFormat

value = instance.SoapFormat
public SPMobileSoapFormat SoapFormat { get; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat
The style being used.

See also

Reference

SPMobileMessageWebService class

SPMobileMessageWebService members

Microsoft.SharePoint.MobileMessage namespace