WildcardFilter.Value Property
Gets or sets the back-end system-dependent value of this Wildcard filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 back-end system-dependent value of a Wildcard filter in the metadata when you create the application in the Business Data Catalog; however, you do not need to use the system-dependent value in your client applications. 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 filter for each system you work with. In your client applications, use the system-independent value of the Wildcard filter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace