ExtenderAssemblyVersion Property
The AssemblyVersion 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
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public Property ExtenderAssemblyVersion As String
Get
Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As String
value = instance.ExtenderAssemblyVersion
instance.ExtenderAssemblyVersion = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string ExtenderAssemblyVersion { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ ExtenderAssemblyVersion {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(true)>]
member ExtenderAssemblyVersion : string with get, set
function get ExtenderAssemblyVersion () : String
function set ExtenderAssemblyVersion (value : String)
Property Value
Type: System..::..String