←Select platform

Parameters Property

Summary

Parameters that can be passed to a corresponding function.

Syntax
C#
C++/CLI
Java
Python
public List<string> Parameters { get; set; } 
public java.util.List<java.lang.String> getParameters(); 
public:  
   property List<String^>^ Parameters 
   { 
      List<String^>^ get() 
      void set(List<String^>^ value) 
   } 
Parameters # get and set (Function) 

Property Value

List of parameters of type string.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.