ServiceProxy<TService>.ServiceChannel Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::Client::ServiceChannel<TService> ^ ServiceChannel { Microsoft::Xrm::Sdk::Client::ServiceChannel<TService> ^ get(); };
public Microsoft.Xrm.Sdk.Client.ServiceChannel<TService> ServiceChannel { get; }
member this.ServiceChannel : Microsoft.Xrm.Sdk.Client.ServiceChannel<'Service (requires 'Service : null)>
Public ReadOnly Property ServiceChannel As ServiceChannel(Of TService)

Property Value

ServiceChannel<TService>

The communication channel used to access a Microsoft Dynamics 365 service.

Applies to