Proprietà DedFormBomEditCustomVars
|
Dizionario di variabili utente settabile dall'esterno tramite script
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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à
Tipo:
DictionaryString,
ObjectVedi anche