ClientCallableMethodAttribute.WildcardPath - Propriété
Obtient ou définit si une méthode prendra la possession pour traiter l'URL.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property WildcardPath As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.WildcardPath
instance.WildcardPath = value
public bool WildcardPath { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ClientCallableMethodAttribute classe