ServiceProxy<TService>.ServiceConfiguration 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 a service configuration.
public:
property Microsoft::Xrm::Sdk::Client::IServiceConfiguration<TService> ^ ServiceConfiguration { Microsoft::Xrm::Sdk::Client::IServiceConfiguration<TService> ^ get(); };
public Microsoft.Xrm.Sdk.Client.IServiceConfiguration<TService> ServiceConfiguration { get; }
member this.ServiceConfiguration : Microsoft.Xrm.Sdk.Client.IServiceConfiguration<'Service (requires 'Service : null)>
Public ReadOnly Property ServiceConfiguration As IServiceConfiguration(Of TService)
Property Value
A service configuration.