Gets or sets the scripts to be edited in the control.
Namespace: Censitif.Library.ControlAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public override DBScripts Scripts { get; set; }
public override DBScripts Scripts { get; set; }
Public Overrides Property Scripts As DBScripts
Get
Set
Public Overrides Property Scripts As DBScripts
Get
Set
public:
virtual property DBScripts^ Scripts {
DBScripts^ get () override;
void set (DBScripts^ value) override;
}
public:
virtual property DBScripts^ Scripts {
DBScripts^ get () override;
void set (DBScripts^ value) override;
}
Property Value
Type:
DBScriptsThe scripts to be edited in the control.