Format string of this message

Namespace: BasicCard.Logging
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public string MessageFormatString { get; }
Visual Basic
Public ReadOnly Property MessageFormatString As String
	Get
Visual C++
public:
property String^ MessageFormatString {
	String^ get ();
}
F#
member MessageFormatString : string with get

Property Value

Type: String

See Also