ComparisonFilter.Value Property
Gets or sets the value of this comparison filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace