MetadataObject.version Field
Represents the version number of the metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected version As Integer
'Usage
Dim value As Integer
value = Me.version
Me.version = value
protected int version
Remarks
The format of the version number is similar to System.Version with major and minor versions.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace