ServiceChannel<TChannel>.Factory Property
Applies To: Dynamics CRM 2015
Gets the channel factory associated with the service channel.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected ChannelFactory<TChannel> Factory { get; private set; }
protected:
property ChannelFactory<TChannel>^ Factory {
ChannelFactory<TChannel>^ get();
private: void set(ChannelFactory<TChannel>^ value);
}
member Factory : ChannelFactory<'TChannel> with get, private set
Protected Property Factory As ChannelFactory(Of TChannel)
Get
Private Set
End Property
Property Value
Type: System.ServiceModel.ChannelFactory<TChannel>
Type: ChannelFactory
The channel factory associated with the service channel.
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright