Share via


CSharpProjectProperties7.Title Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectProperties7 Interface

VSLangProj110 Namespace