VCLinkerTool.KeyContainer Property
Gets or sets the named container of the key for strongly naming the output assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property KeyContainer As String
Get
Set
string KeyContainer { get; set; }
property String^ KeyContainer {
String^ get ();
void set (String^ value);
}
abstract KeyContainer : string with get, set
function get KeyContainer () : String
function set KeyContainer (value : String)
Property Value
Type: System.String
The named container of the key for strongly naming the output assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.