←Select platform

ExpressionEndSymbol Property

Summary

Gets or sets the expression's ending symbol.

Syntax

C#
VB
Java
WinRT C#
C++
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 "}}".

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