P_CommandLine_Text_CopyrightInfo_CopyrightWord - adutton/commandline GitHub Wiki
Gets a different copyright word when overridden in a derived class.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected virtual string CopyrightWord { get; }VB
Protected Overridable ReadOnly Property CopyrightWord As String
GetC++
protected:
virtual property String^ CopyrightWord {
String^ get ();
}F#
abstract CopyrightWord : string with get
override CopyrightWord : string with getType: String