Proprietà RevCommandApplyRule
             | 
          
        
        
            Permette di decidere se applicare o meno le regole di autocomposizione (di default è true).
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic bool ApplyRule { get; set; }Public Property ApplyRule As Boolean
	Get
	Set
public:
property bool ApplyRule {
	bool get ();
	void set (bool value);
}member ApplyRule : bool with get, set
Valore della proprietà
Boolean
Vedi anche