LightSwitch HTML Edition
ConditionType Property






Gets or sets the condition that determines whether this style should be applied.
Syntax
'Declaration
 
Public Property ConditionType As ConditionType
'Usage
 
Dim instance As C1OlapConditionalFieldStyle
Dim value As ConditionType
 
instance.ConditionType = value
 
value = instance.ConditionType
public ConditionType ConditionType {get; set;}
public read-write property ConditionType: ConditionType; 
public function get,set ConditionType : ConditionType
public: __property ConditionType get_ConditionType();
public: __property void set_ConditionType( 
   ConditionType value
);
public:
property ConditionType ConditionType {
   ConditionType get();
   void set (    ConditionType value);
}
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

C1OlapConditionalFieldStyle Class
C1OlapConditionalFieldStyle Members

Send Feedback