Skip to content

P_CommandLine_Text_HeadingInfo_Default

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

HeadingInfo.Default Property

Gets the default heading instance. The title is retrieved from AssemblyTitleAttribute, or the assembly short name if its not defined. The version is retrieved from AssemblyInformationalVersionAttribute, or the assembly version if its not defined.

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

Syntax

C#

public static HeadingInfo Default { get; }

VB

Public Shared ReadOnly Property Default As HeadingInfo
	Get

C++

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

F#

static member Default : HeadingInfo with get

Property Value

Type: HeadingInfo

See Also

Reference

HeadingInfo Class
CommandLine.Text Namespace

Clone this wiki locally