Share via


SPMobileMessagingAccount.SoapFormat - Propriété

Obtient ou définit le format SOAP, parfois appelé le style SOAP.

Espace de noms :  Microsoft.SharePoint.MobileMessage
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property SoapFormat As SPMobileSoapFormat
    Get
    Set
'Utilisation
Dim instance As SPMobileMessagingAccount
Dim value As SPMobileSoapFormat

value = instance.SoapFormat

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

Valeur de propriété

Type : Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat
Une valeur qui indique le style SOAP. La valeur par défaut est Document.

Remarques

Les deux styles SOAP possibles sont Document et RPC (Remote Procedure Call).

Voir aussi

Référence

SPMobileMessagingAccount classe

SPMobileMessagingAccount - Membres

Microsoft.SharePoint.MobileMessage - Espace de noms