←Select platform

ExpressionStartSymbol Property

Summary

Gets or sets the starting symbol the expression should start with.

Syntax

C#
VB
Java
WinRT C#
C++
public string ExpressionStartSymbol { get; set; } 
Public Property ExpressionStartSymbol As String 
public string ExpressionStartSymbol {get; set;} 
public String getExpressionStartSymbol() 
public void setExpressionStartSymbol(String expressionStartSymbol) 
             
 <br/>get_ExpressionStartSymbol();<br/>set_ExpressionStartSymbol(value);<br/>Object.defineProperty('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 "{{".

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly