|
EmailNotifierSubject Property
|
Gets or sets the subject of the message.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string Subject { get; set; }
<ConnectionStringParameterAttribute>
Public Property Subject As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ Subject {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member Subject : string with get, set
function get_Subject();
function set_Subject(value);
View SourceProperty Value
StringSee Also