| ThreadClassIsBackground Property |
Gets or sets a value indicating whether or not a thread is a background thread.
Namespace: AsterNET.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsBackground { get; set; }
Public Property IsBackground As Boolean
Get
Set
public:
property bool IsBackground {
bool get ();
void set (bool value);
}
member IsBackground : bool with get, set
Property Value
Type:
BooleanSee Also