Gets the string to format the email subject.

Namespace:  CuttingEdge.Logging
Assembly:  CuttingEdge.Logging (in CuttingEdge.Logging.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SubjectFormatString As String
C#
public string SubjectFormatString { get; }
Visual C++
public:
property String^ SubjectFormatString {
	String^ get ();
}
JavaScript
function get_subjectFormatString();

Field Value

The subject format string.

See Also