Share via


CSharpProjectProperties6.Copyright Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectProperties6 Interface

VSLangProj110 Namespace