CrmServiceClient.ConnectedOrgVersion Property
Applies To: Dynamics CRM 2015
Gets the version number of the organization you are connected to. If accessed before you are connected to an organization, null or 0.0 is returned.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public Version ConnectedOrgVersion { get; }
public:
property Version^ ConnectedOrgVersion {
Version^ get();
}
member ConnectedOrgVersion : Version with get
Public ReadOnly Property ConnectedOrgVersion As Version
Property Value
Type: System.Version
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright