ClientCallableMethodAttribute.CheckObjectVersion propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property CheckObjectVersion As Boolean
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.CheckObjectVersion
instance.CheckObjectVersion = value
public bool CheckObjectVersion { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ClientCallableMethodAttribute classe