ExpressionEndSymbol Property
Summary
Gets or sets the expression's ending symbol.
Syntax
public string ExpressionEndSymbol { get; set; }
Public Property ExpressionEndSymbol As String
public string ExpressionEndSymbol {get; set;}
public String getExpressionEndSymbol()
public void setExpressionEndSymbol(String expressionEndSymbol)
<br/>get_ExpressionEndSymbol();<br/>set_ExpressionEndSymbol(value);<br/>Object.defineProperty('ExpressionEndSymbol');
public:
property String^ ExpressionEndSymbol
{
String^ get()
void set(String^ value)
}
Property Value
A value of the ending symbol for the given expression. The default value is "}}".