'Declaration
Property Type As ConditionValueTypes
'Usage
Dim instance As IIconCriterion Dim value As ConditionValueTypes instance.Type = value value = instance.Type
ConditionValueTypes Type {get; set;}
read-write property Type: ConditionValueTypes;
function get,set Type : ConditionValueTypes
__property ConditionValueTypes get_Type(); __property void set_Type( ConditionValueTypes value );
property ConditionValueTypes Type { ConditionValueTypes get(); void set ( ConditionValueTypes value); }