Implemented interface member:
property
Title
Microsoft.Build.Tasks.IALTaskContract.Title
3 references to Title
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
234set => Bag[nameof(Title)] = value; 235get => (string)Bag[nameof(Title)]; 353commandLine.AppendSwitchIfNotNull("/title:", Title);