Proprietà DedCommandGlobalName
             | 
          
        
        
            Restituisce o imposta il nome globale da utilizzare per il comando quando 
            utilizzato come comando globale (es.: DedWin, DedWiew, ecc.).
            Di default è null, in questo caso viene utilizzato il valore di Name.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string GlobalName { get; set; }Public Property GlobalName As String
	Get
	Set
public:
property String^ GlobalName {
	String^ get ();
	void set (String^ value);
}member GlobalName : string with get, set
Valore della proprietà
String
Vedi anche