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