ExpressionStartSymbol Property
Summary
Gets or sets the starting symbol the expression should start with.
Syntax
public string ExpressionStartSymbol { get; set; }
public String getExpressionStartSymbol()
public void setExpressionStartSymbol(String expressionStartSymbol)
public:
property String^ ExpressionStartSymbol
{
String^ get()
void set(String^ value)
}
Property Value
A value of the starting symbol the expression should start with, the default value is "{{".