Share via


VBProjectProperties7.AssemblyOriginatorKeyFile Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property AssemblyOriginatorKeyFile As String
string AssemblyOriginatorKeyFile { get; set; }
property String^ AssemblyOriginatorKeyFile {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyOriginatorKeyFile : string with get, set
function get AssemblyOriginatorKeyFile () : String 
function set AssemblyOriginatorKeyFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VBProjectProperties7 Interface

VSLangProj110 Namespace