Share via


DkmTaskSynchronizationObject.OwningThread Property

Definition

[Optional] The owning thread.

public:
 property Microsoft::VisualStudio::Debugger::DkmThread ^ OwningThread { Microsoft::VisualStudio::Debugger::DkmThread ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmThread OwningThread { get; }
public Microsoft.VisualStudio.Debugger.DkmThread? OwningThread { get; }
member this.OwningThread : Microsoft.VisualStudio.Debugger.DkmThread
Public ReadOnly Property OwningThread As DkmThread

Property Value

Returns DkmThread.

Applies to