SPMobileMessageWebService.GetServiceInfo - Méthode
Obtient des informations sur le Service (OMS Office Mobile) service Web de messagerie.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetServiceInfo As SPMobileMessageServiceProvider
'Utilisation
Dim instance As SPMobileMessageWebService
Dim returnValue As SPMobileMessageServiceProvider
returnValue = instance.GetServiceInfo()
public SPMobileMessageServiceProvider GetServiceInfo()
Valeur renvoyée
Type : Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider
Un objet avec des informations depuis le service Web lui-même.
Remarques
GetServiceInfo() crée un proxy pour le service Web et appelle la méthode Web de GetServiceInfo définie par l'OMS.
Voir aussi
Référence
SPMobileMessageWebService classe