ICriterionActive Property |
Should this criterion be executed (1=Yes(default), 0=No)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Active { get; set; }
Property Active As Boolean
Get
Set
Dim instance As ICriterion
Dim value As Boolean
value = instance.Active
instance.Active = value
property bool Active {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also