Partager via


Propriété AuthenticationOperation.Service

Obtient le service utilisé par cette opération pour implémenter Begin, Cancel et End.

Espace de noms: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly : System.ServiceModel.DomainServices.Client (dans system.servicemodel.domainservices.client.dll)

Utilisation

'Utilisation
Dim value As AuthenticationService

value = Me.Service

Syntaxe

'Déclaration
Protected ReadOnly Property Service As AuthenticationService
protected AuthenticationService Service { get; }
protected:
property AuthenticationService^ Service {
    AuthenticationService^ get ();
}
/** @property */
protected AuthenticationService get_Service ()
protected function get Service () : AuthenticationService

Valeur de propriété

Service utilisé par cette opération pour implémenter Begin, Cancel et End.

Sécurité des threads

Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Classe AuthenticationOperation
Membres AuthenticationOperation
Espace de noms System.ServiceModel.DomainServices.Client.ApplicationServices