Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets the communication object that is associated with the service channel.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected ICommunicationObject CommunicationObject { get; }
protected:
property ICommunicationObject^ CommunicationObject {
ICommunicationObject^ get();
}
member CommunicationObject : ICommunicationObject with get
Protected ReadOnly Property CommunicationObject As ICommunicationObject
Property Value
Type: System.ServiceModel.ICommunicationObject
Type: ICommunicationObject
The communication object associated with the service channel.
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright