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
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  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.

See Also

Reference

ClientObject Class

ClientObject Members

Microsoft.SharePoint.Client Namespace