Partager via


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

Gets or sets the back-end system-dependent 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 Overrides Property Value As Object
'Utilisation
Dim instance As WildcardFilter
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Valeur de la propriété

The system-dependent value for this Wildcard filter.

Remarques

You need to set the back-end system-dependent value of a Wildcard filter in the metadata when you create the application in the Business Data Catalog; however, you do not need to use the system-dependent value in your client applications. 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 filter for each system you work with. In your client applications, use the system-independent value of the Wildcard filter.

Voir aussi

Référence

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