DkmContextGroupEvaluationResult.ThreadIds Property

Definition

The thread IDs for the evaluation results.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ ThreadIds { System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<ulong> ThreadIds { get; }
member this.ThreadIds : System.Collections.ObjectModel.ReadOnlyCollection<uint64>
Public ReadOnly Property ThreadIds As ReadOnlyCollection(Of ULong)

Property Value

Returns ReadOnlyCollection<T>.

Applies to