DkmTraceTimeContext.UniqueId 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.
Implementation defined data that uniquely identifies this time context.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ UniqueId { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> UniqueId { get; }
member this.UniqueId : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property UniqueId As ReadOnlyCollection(Of Byte)