ServiceProxy<TService>.ServiceChannel Property

 

Applies To: Dynamics CRM 2015

Gets the communication channel used to access a Microsoft Dynamics CRM service.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public ServiceChannel<TService> ServiceChannel { get; }
public:
property ServiceChannel<TService>^ ServiceChannel {
    ServiceChannel<TService>^ get();
}
member ServiceChannel : ServiceChannel<'TService> with get
Public ReadOnly Property ServiceChannel As ServiceChannel(Of TService)

Property Value

Type: Microsoft.Xrm.Sdk.Client.ServiceChannel<TService>

Type: ServiceChannel<TChannel>
The communication channel used to access a Microsoft Dynamics CRM service.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright