Compartir a través de


de la propiedad ClientCallablePropertyAttribute.ExcludeFromDefaultRetrieve

Contiene un valor Boolean que indica si se debe excluir de la propiedad de recuperación de forma predeterminada.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Public Property ExcludeFromDefaultRetrieve As Boolean
    Get
    Set
'Uso
Dim instance As ClientCallablePropertyAttribute
Dim value As Boolean

value = instance.ExcludeFromDefaultRetrieve

instance.ExcludeFromDefaultRetrieve = value
public bool ExcludeFromDefaultRetrieve { get; set; }

Valor de propiedad

Tipo: System.Boolean

Vea también

Referencia

clase ClientCallablePropertyAttribute

Miembros ClientCallablePropertyAttribute

Espacio de nombres Microsoft.SharePoint.Client