de la propiedad ClientCallableMethodAttribute.ReturnObjectIdentity
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property ReturnObjectIdentity As Boolean
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.ReturnObjectIdentity
instance.ReturnObjectIdentity = value
public bool ReturnObjectIdentity { get; set; }
Valor de propiedad
Tipo: System.Boolean
Vea también
Referencia
clase ClientCallableMethodAttribute