Inner Drive Extensible Architecture
C#
Show/Hide TOC
Send
Grid
Sender
Subject Property
Gets or sets the subject of the message
Definition
Namespace:
InnerDrive.Logging
Assembly:
InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
Copy
public
string
?
Subject
{
get
;
set
; }
Property Value
String
Implements
ISendGridSender
Subject
Remarks
If the subject is not set, the default subject will be the application name plus the log event level
See Also
Reference
SendGridSender Class
InnerDrive.Logging Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also