VCLinkerTool.KeyFile Property

Gets or sets the file that contains the key for strongly naming the output assembly.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Property KeyFile As String

Dim instance As VCLinkerTool
Dim value As String

value = instance.KeyFile

instance.KeyFile = value
string KeyFile { get; set; }
property String^ KeyFile {
    String^ get ();
    void set (String^ value);
}
function get KeyFile () : String
function set KeyFile (value : String)

Property Value

Type: System.String

The file that contains the key for strongly naming the output assembly.

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace