MethodInformation.WildcardPath - Propriété
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 MethodInformation
Dim value As Boolean
value = instance.WildcardPath
instance.WildcardPath = value
public bool WildcardPath { get; set; }
Valeur de propriété
Type : System.Boolean