Proprietà DedEventArgsCommandResult 
             | 
          
        
         
            Restituisce o imposta il valore restituito dal comando.
            Questo argomento viene preso in considerazione solo se HandlingCode = Handled.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic DedCmdResult CommandResult { get; set; }Public Property CommandResult As DedCmdResult
	Get
	Set
public:
property DedCmdResult CommandResult {
	DedCmdResult get ();
	void set (DedCmdResult value);
}member CommandResult : DedCmdResult with get, set
Valore della proprietà
Tipo: 
DedCmdResult
Vedi anche