DataPA Enterprise Dashboard Controls API Reference
Gets and sets the thread used by this object to generate XML in the background.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Thread Thread { get; set; } |
Visual Basic |
---|
Public Property Thread As Thread
Get
Set |
Visual C++ |
---|
public:
virtual property Thread^ Thread {
Thread^ get () sealed;
void set (Thread^ value) sealed;
} |
Property Value
Type:
ThreadThe thread used by this object to generate XML in the background.
Return Value
Type:
ThreadThe thread used by this object to generate XML in the background.
Remarks
See Also