IImportExtensions.CrmSvc 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.
Pointer to the CRM service connection.
public:
property Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ CrmSvc { Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ get(); void set(Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ value); };
public Microsoft.Xrm.Tooling.Connector.CrmServiceClient CrmSvc { get; set; }
member this.CrmSvc : Microsoft.Xrm.Tooling.Connector.CrmServiceClient with get, set
Public Property CrmSvc As CrmServiceClient