IDatabaseVersion Property |
Returns the Version as a decimal (e.g. 5.6 or 6.0)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Version As Single
Get
Dim instance As IDatabase
Dim value As Single
value = instance.Version
property float Version {
float get ();
}
Property Value
Type:
Single
See Also