←Select platform

Parameters Property

Summary

Optional parameters for the command to run.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="parameters")] 
public object Parameters {get; set;} 
<DataMemberAttribute(Name:="parameters")>  
Public Property Parameters() As Object 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"parameters")] 
   property Object^ Parameters 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The optional parameters for the command to run. The default value is null.

Remarks

Refer to DocumentViewOptions for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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