FileVersion.ID property

Gets the internal identifier for the file version.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ID As Integer
    Get
'Usage
Dim instance As FileVersion
Dim value As Integer

value = instance.ID
public int ID { get; }

Property value

Type: System.Int32
Returns a Int32 instance representing the internal identifier for the file version.

See also

Reference

FileVersion class

FileVersion members

Microsoft.SharePoint.Client namespace