DkmContextGroupEvaluationResult.ThreadIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.