ApocDriverCloseOnExit Property |
Determines if the output stream should be automatically closed
upon completion of the render process.
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool CloseOnExit { get; set; }
Public Property CloseOnExit As Boolean
Get
Set
public:
virtual property bool CloseOnExit {
bool get () sealed;
void set (bool value) sealed;
}
abstract CloseOnExit : bool with get, set
override CloseOnExit : bool with get, set
Property Value
Type:
BooleanImplements
IDriverCloseOnExit
See Also