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