Share via


SPMobileMessagingAccount.SoapFormat property

Gets or sets the SOAP format, sometimes called the SOAP style.

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

Syntax

'Declaration
Public Property SoapFormat As SPMobileSoapFormat
    Get
    Set
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SPMobileSoapFormat

value = instance.SoapFormat

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

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat
A value that indicates the SOAP style. The default is Document.

Remarks

The two possible SOAP styles are Document and RPC (Remote Procedure Call).

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace