Skip to content

P_CommandLine_Text_SentenceBuilder_ErrorsHeadingText

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

SentenceBuilder.ErrorsHeadingText Property

Gets a delegate that returns that errors block heading text.

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

Syntax

C#

public abstract Func<string> ErrorsHeadingText { get; }

VB

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

C++

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

F#

abstract ErrorsHeadingText : Func<string> with get

Property Value

Type: Func(String)

See Also

Reference

SentenceBuilder Class
CommandLine.Text Namespace

Clone this wiki locally