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
'Usage
Dim instance As VCLinkerTool 
Dim value As String 

value = instance.KeyContainer

instance.KeyContainer = value
string KeyContainer { get; set; }
property String^ KeyContainer {
    String^ get ();
    void set (String^ value);
}
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

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace