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