WildcardFilter.Value Property

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

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Property Value As Object
    Get
    Set
'Usage
Dim instance As WildcardFilter
Dim value As Object

value = instance.Value

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

Property Value

Type: System.Object
The system-dependent value for this wildcard filter.

Remarks

You need to set the external system-dependent value of a wildcard filter in the metadata when you create the application in the Business Data Connectivity (BDC) service; however, you do not need to use the system-dependent value in your client applications. The BDC 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.

See Also

Reference

WildcardFilter Class

WildcardFilter Members

Microsoft.SharePoint.BusinessData.Runtime Namespace