CRMGlobalManager.crmManagementSvc 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.
CRM Access management service
public:
property Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ crmManagementSvc { Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ get(); void set(Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ value); };
public Microsoft.Xrm.Tooling.Connector.CrmServiceClient crmManagementSvc { get; set; }
member this.crmManagementSvc : Microsoft.Xrm.Tooling.Connector.CrmServiceClient with get, set
Public Property crmManagementSvc As CrmServiceClient