Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public string Copyright { get; }
Visual Basic
Public ReadOnly Property Copyright As String
	Get
Visual C++
public:
property String^ Copyright {
	String^ get ();
}
F#
member Copyright : string with get

Property Value

Type: String

See Also