LightSwitch HTML Edition
IsActive Property (C1OlapFilter)






Gets a value that indicates the filter is active.
Syntax
'Declaration
 
Public ReadOnly Property IsActive As System.Boolean
'Usage
 
Dim instance As C1OlapFilter
Dim value As System.Boolean
 
value = instance.IsActive
public System.bool IsActive {get;}
public read-only property IsActive: System.Boolean; 
public function get IsActive : System.boolean
public: __property System.bool get_IsActive();
public:
property System.bool IsActive {
   System.bool get();
}
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