Skip to content

P_CommandLine_Text_CopyrightInfo_CopyrightWord

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

CopyrightInfo.CopyrightWord Property

Gets a different copyright word when overridden in a derived class.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

protected virtual string CopyrightWord { get; }

VB

Protected Overridable ReadOnly Property CopyrightWord As String
	Get

C++

protected:
virtual property String^ CopyrightWord {
	String^ get ();
}

F#

abstract CopyrightWord : string with get
override CopyrightWord : string with get

Property Value

Type: String

See Also

Reference

CopyrightInfo Class
CommandLine.Text Namespace

Clone this wiki locally