Issue.

ProjectName Property

Summary

Gets the name of the project to which the file affected by the issue belongs. Can be null or System.String.Empty if issue is not related to a project.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Issue

Syntax

public string ProjectName { get; }

Value

Type Description
string