Format string of this message
Namespace: BasicCard.LoggingAssembly: 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 |