ExpressionEndSymbol Property
Summary
Gets or sets the expression's ending symbol.
Syntax
public string ExpressionEndSymbol { get; set; }
public String getExpressionEndSymbol()
public void setExpressionEndSymbol(String 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 "}}".