Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the SOAP style or format that is used for communication with a SOAP Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMobileSoapFormat
'Usage
Dim instance As SPMobileSoapFormat
public enum SPMobileSoapFormat
Members
Member name | Description | |
---|---|---|
None | No specified style. | |
Document | The document style. | |
Rpc | The RPC (Remote Procedure Call) style. |
Remarks
For more information on the distinction, see SOAP Styles.