Compartir a través de


: WildcardFilter.Value (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Overrides Property Value As Object
'Uso
Dim instance As WildcardFilter
Dim value As Object

value = instance.Value

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

Valor de propiedad

The system-dependent value for this Wildcard filter.

Comentarios

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.

Vea también

Referencia

WildcardFilter (Clase)
WildcardFilter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)