ServiceProxy<TService>.ServiceManagement 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 management.
public:
property Microsoft::Xrm::Sdk::Client::IServiceManagement<TService> ^ ServiceManagement { Microsoft::Xrm::Sdk::Client::IServiceManagement<TService> ^ get(); };
public Microsoft.Xrm.Sdk.Client.IServiceManagement<TService> ServiceManagement { get; }
member this.ServiceManagement : Microsoft.Xrm.Sdk.Client.IServiceManagement<'Service (requires 'Service : null)>
Public ReadOnly Property ServiceManagement As IServiceManagement(Of TService)
Property Value
A service management.
Remarks
Manages a Microsoft Dynamics 365 web service.