Issue.

Identifier Property

Summary

Gets the identifier for the message. The identifier can be used to identify the same issue across multiple runs.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Issue

Syntax

public string Identifier { get; }

Value

Type Description
string
GitHub