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