LoggingActivity.Id 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.
Gets the identifier for the current logging activity.
public:
property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = loggingActivity.id;
Public ReadOnly Property Id As Guid
Property Value
The identifier.