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
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

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace