ComparisonFilter.Value Property
Gets or sets the value of the comparison filter.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Value As Object
Get
Set
'Usage
Dim instance As ComparisonFilter
Dim value As Object
value = instance.Value
instance.Value = value
public virtual Object Value { get; set; }
Property Value
Type: System.Object
The value of the comparison filter.
Remarks
This property can throw the InvalidCastException exception if the comparisonTypeDescriptorType matches the value's TypeDescriptorType, or if the generic argument of a nullable comparisonTypeDescriptorType does not match the value's TypeDescriptorType.