Entity.Version property

Gets or sets the version of this external content type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Version As Version
    Get
'Usage
Dim instance As Entity
Dim value As Version

value = instance.Version
public Version Version { get; }

Property value

Type: System.Version
The version of this external content type.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace