Partager via


WildcardFilter.SystemIndependentValue, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets or sets the back-end system-independent value of this Wildcard filter.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property SystemIndependentValue As String
'Utilisation
Dim instance As WildcardFilter
Dim value As String

value = instance.SystemIndependentValue

instance.SystemIndependentValue = value
public string SystemIndependentValue { get; set; }

Valeur de la propriété

The system-independent value for this Wildcard filter.

Remarques

The Business Data Catalog provides the system-independent value for a Wildcard filter, so that you do not have to learn the system-dependent wildcard character for each system you work with. In your client applications, use the system-independent value of the Wildcard filter, and use '*' as your wildcard and \* to pass a literal * in as input.

Voir aussi

Référence

WildcardFilter, classe
Membres WildcardFilter
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms