ClientCallableTypeAttribute.ObjectVersionPropertyName - Propriété
Propriété qui représente les informations de contrôle de version de l'objet.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ObjectVersionPropertyName As String
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.ObjectVersionPropertyName
instance.ObjectVersionPropertyName = value
public string ObjectVersionPropertyName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallableTypeAttribute classe