Share via


CSharpProjectProperties6.Description Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectProperties6 Interface

VSLangProj110 Namespace