Skip to content

P_CommandLine_Text_SentenceBuilder_DefaultSentenceBuilder_ErrorsHeadingText

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

SentenceBuilder.DefaultSentenceBuilder.ErrorsHeadingText Property

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

Syntax

C#

public override Func<string> ErrorsHeadingText { get; }

VB

Public Overrides ReadOnly Property ErrorsHeadingText As Func(Of String)
	Get

C++

public:
virtual property Func<String^>^ ErrorsHeadingText {
	Func<String^>^ get () override;
}

F#

abstract ErrorsHeadingText : Func<string> with get
override ErrorsHeadingText : Func<string> with get

Property Value

Type: Func(String)

See Also

Reference

SentenceBuilder.DefaultSentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally