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