Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IALTaskContract.KeyContainer
1 write to KeyContainer
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
263
t.
KeyContainer
= "MyKeyContainer";
2 references to KeyContainer
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
262
Assert.Null(t.
KeyContainer
); // "Default value"
264
Assert.Equal("MyKeyContainer", t.
KeyContainer
); // "New value"