ServiceProxy<TService>.ServiceChannel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.