Preferences Property

Summary

Gets or sets the supported client preferences returned by the server response.

Syntax
C#
VB
C++
public string[] Preferences { get; set; } 
  
Public Property Preferences As String() 
public: 
property array<String^>^ Preferences { 
   array<String^>^ get(); 
   void set (    array<String^>^ ); 
} 

Property Value

An array of System.String values specifying the supported client preferences returned by the server response.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly