Skip to content

P_CommandLine_Text_CopyrightInfo_Default

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

CopyrightInfo.Default Property

Gets the default copyright information. Retrieved from AssemblyCopyrightAttribute, if it exists, otherwise it uses AssemblyCompanyAttribute as copyright holder with the current year. If neither exists it throws an InvalidOperationException.

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

Syntax

C#

public static CopyrightInfo Default { get; }

VB

Public Shared ReadOnly Property Default As CopyrightInfo
	Get

C++

public:
static property CopyrightInfo^ Default {
	CopyrightInfo^ get ();
}

F#

static member Default : CopyrightInfo with get

Property Value

Type: CopyrightInfo

See Also

Reference

CopyrightInfo Class
CommandLine.Text Namespace

Clone this wiki locally