SPMobileMessageServiceProvider.AuthenticationType - Propriété
Obtient une valeur qui spécifie le type d'authentification, le cas échéant, à l'aide de l'application Office Mobile Service (OMS) service Web de messagerie.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AuthenticationType As SPMobileMessageServiceProvider.AuthenticationTypes
Get
'Utilisation
Dim instance As SPMobileMessageServiceProvider
Dim value As SPMobileMessageServiceProvider.AuthenticationTypes
value = instance.AuthenticationType
public SPMobileMessageServiceProvider.AuthenticationTypes AuthenticationType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes
Le type d'authentification.
Voir aussi
Référence
SPMobileMessageServiceProvider classe