Proprietà DedCommandGlobalOrder
             | 
          
        
        
            Restituisce o imposta l'indice di ordinamento di questo comando, quando 
            utilizzato come comando globale (es.: DedWin, DedWiew, ecc.).
            Di default è inizializzato a 1000.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic int GlobalOrder { get; set; }Public Property GlobalOrder As Integer
	Get
	Set
public:
property int GlobalOrder {
	int get ();
	void set (int value);
}member GlobalOrder : int with get, set
Valore della proprietà
Int32
Vedi anche