ClientObject.ObjectVersion propriedade
Obtém uma cadeia de caracteres que indica a versão do objeto atual do cliente. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Property ObjectVersion As String
Get
Set
'Uso
Dim instance As ClientObject
Dim value As String
value = instance.ObjectVersion
instance.ObjectVersion = value
public string ObjectVersion { get; set; }
Valor de propriedade
Tipo: System.String
O número de versão do objeto atual do cliente.