Share via


LoggingChannelOptions.Group Property

Definition

Gets or sets the channel group identifier.

public:
 property Platform::Guid Group { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid Group();

void Group(winrt::guid value);
public Guid Group { get; set; }
var guid = loggingChannelOptions.group;
loggingChannelOptions.group = guid;
Public Property Group As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The group identifier.

Remarks

A channel can be a member of one group. Membership in a group indicates that the channel implements a specific set of behaviors. An Event Tracing for Windows (ETW) processing tool that can process groups could locate active channels that belong to a particular group, and could use knowledge of a group’s behaviors to route or manipulate the channel’s events.

Applies to