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