Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.