←Select platform

Routing Property

Summary

Gets or sets the routing value (i.e. Transit Field).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Routing { get; set; } 
Public Property Routing As String 
public string Routing {get; set;} 
@property (nonatomic, copy, nullable) NSString *routing 
public String getRouting() 
public void setRouting(String value) 
             
 <br/>get_Routing();<br/>set_Routing(value);<br/>Object.defineProperty('Routing');  
public: 
property String^ Routing { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The routing value (i.e. Transit Field). Default value is null.

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.Forms.Ocr Assembly