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

'Declaration
Property KeyFile As String
    Get
    Set
string KeyFile { get; set; }
property String^ KeyFile {
    String^ get ();
    void set (String^ value);
}
abstract KeyFile : string with get, set
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.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace