CrmServiceClient.ConnectedOrgVersion 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.
Returns the Version Number of the connected CRM organization. If access before the Organization is connected, value returned will be null or 0.0
public:
property Version ^ ConnectedOrgVersion { Version ^ get(); };
public Version ConnectedOrgVersion { get; }
member this.ConnectedOrgVersion : Version
Public ReadOnly Property ConnectedOrgVersion As Version