Share via


MetadataObject.version Field

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Protected version As Integer
'Usage
Dim value As Integer

value = Me.version

Me.version = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
protected int version

Remarks

The format of the version number is similar to System.Version with major and minor versions.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace