次の方法で共有


WildcardFilter.SystemIndependentValue property

Gets or sets the external system-independent value of this wildcard filter.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 Connectivity (BDC) service 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 in a literal *.

See also

Reference

WildcardFilter class

WildcardFilter members

Microsoft.SharePoint.BusinessData.Runtime namespace