Share via


Copyright Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets copyright information.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Copyright As String
public string Copyright { get; }
public:
property String^ Copyright {
    String^ get ();
}
member Copyright : string with get
function get Copyright () : String

Property Value

Type: System. . :: . .String
A string containing the copyright information.

.NET Framework Security

See Also

Reference

AssemblyCopyrightAttribute Class

System.Reflection Namespace