Gets the string to format the email subject.
Namespace:
CuttingEdge.LoggingAssembly: 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(); |