ClientCallablePropertyAttribute.ExcludeFromDefaultRetrieve - Propriété
Contient une valeur booléenne indiquant s'il faut exclure la propriété de récupération par défaut.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ExcludeFromDefaultRetrieve As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallablePropertyAttribute
Dim value As Boolean
value = instance.ExcludeFromDefaultRetrieve
instance.ExcludeFromDefaultRetrieve = value
public bool ExcludeFromDefaultRetrieve { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ClientCallablePropertyAttribute classe