AuthenticationOperation.Service Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the service this operation will use to implement Begin, Cancel, and End.

Namespace:  System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected ReadOnly Property Service As AuthenticationService
    Get
'Usage
Dim value As AuthenticationService

value = Me.Service
protected AuthenticationService Service { get; }
protected:
property AuthenticationService^ Service {
    AuthenticationService^ get ();
}
member Service : AuthenticationService
function get Service () : AuthenticationService

Property Value

Type: System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationService
The service this operation will use to implement Begin, Cancel, and End.

See Also

Reference

AuthenticationOperation Class

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace