Share via


WildcardFilter.Value Property

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

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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

This property allows you to work directly with the system-dependent value. Typically, clients use the system-independent value and let BDC translate the system-independent value into the system-dependent value, but this property makes it possible to work directly with the system-dependent value in cases when it makes sense to do so.

See Also

Reference

WildcardFilter Class

WildcardFilter Members

Microsoft.Office.BusinessData.Runtime Namespace