Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the external system-independent value of this wildcardfilter.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Property SystemIndependentValue As String
Get
Set
'Usage
Dim instance As WildcardFilter
Dim value As String
value = instance.SystemIndependentValue
instance.SystemIndependentValue = value
public string SystemIndependentValue { get; set; }
Property Value
Type: System.String
The system-independent value for this wildcard filter.
Remarks
Business Data Connectivity (BDC) service provides the system-independent value property 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.