WildcardFilter.SystemIndependentValue Property
Gets or sets the back-end system-independent value of this Wildcard filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
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.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace