ExtenderAssemblyOriginatorKeyFile Property

The AssemblyOriginatorKeyFile for this project

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public Property ExtenderAssemblyOriginatorKeyFile As String
    Get
    Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As String

value = instance.ExtenderAssemblyOriginatorKeyFile

instance.ExtenderAssemblyOriginatorKeyFile = value
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public string ExtenderAssemblyOriginatorKeyFile { get; set; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ ExtenderAssemblyOriginatorKeyFile {
    String^ get ();
    void set (String^ value);
}
[<AutomationBrowsableAttribute(true)>]
[<BrowsableAttribute(false)>]
member ExtenderAssemblyOriginatorKeyFile : string with get, set
function get ExtenderAssemblyOriginatorKeyFile () : String
function set ExtenderAssemblyOriginatorKeyFile (value : String)

Property Value

Type: System..::..String

See Also

Reference

DatabaseProjectNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace