PropertyInformation.ExcludeFromDefaultRetrieval propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Boolean