AssemblyTitle Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AssemblyTitle As String
    Get
    Set
'Usage
Dim instance As DatabaseProjectNodeProperties
Dim value As String

value = instance.AssemblyTitle

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

Property Value

Type: System..::..String

See Also

Reference

DatabaseProjectNodeProperties Class

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