ClientObject.ObjectVersion property
Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property ObjectVersion As String
Get
Set
'Usage
Dim instance As ClientObject
Dim value As String
value = instance.ObjectVersion
instance.ObjectVersion = value
public string ObjectVersion { get; set; }
Property value
Type: System.String
The version number of the current client object.