Compartir a través de


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

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

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

Sintaxis

'Declaración
Public Property SystemIndependentValue As String
'Uso
Dim instance As WildcardFilter
Dim value As String

value = instance.SystemIndependentValue

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

Valor de propiedad

The system-independent value for this Wildcard filter.

Comentarios

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.

Vea también

Referencia

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