ClientCallableMethodAttribute.ReturnObjectIdentity - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ReturnObjectIdentity As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.ReturnObjectIdentity
instance.ReturnObjectIdentity = value
public bool ReturnObjectIdentity { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ClientCallableMethodAttribute classe