Proprietà DedFormBomEditCustomVars
             | 
          
        
        
            Dizionario di variabili utente settabile dall'esterno tramite script
            
        
        Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic Dictionary<string, Object> CustomVars { get; set; }Public Property CustomVars As Dictionary(Of String, Object)
	Get
	Set
public:
property Dictionary<String^, Object^>^ CustomVars {
	Dictionary<String^, Object^>^ get ();
	void set (Dictionary<String^, Object^>^ value);
}member CustomVars : Dictionary<string, Object> with get, set
Valore della proprietà
DictionaryString, 
Object
Vedi anche