LightSwitch HTML Edition
Apply Method (C1OlapFilter)






Value to test.
Applies the filter to a value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As System.Object _
) As System.Boolean
'Usage
 
Dim instance As C1OlapFilter
Dim value As System.Object
Dim value As System.Boolean
 
value = instance.Apply(value)
public System.bool Apply( 
   System.object value
)
public function Apply( 
    value: System.TObject
): System.Boolean; 
public function Apply( 
   value : System.Object
) : System.boolean;
public: System.bool Apply( 
   System.Object* value
) 
public:
System.bool Apply( 
   System.Object^ value
) 

Parameters

value
Value to test.

Return Value

True if the values passes through the filter, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapFilter Class
C1OlapFilter Members

Send Feedback