QVWSSettings Class
  Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
  Assembly: PIX.dll
Represents the settings for a QlikView WebServer.
Inheritance
- 
      System.Object
      - QVWSSettings
 
Syntax
public class QVWSSettingsConstructors
| Name | Description | 
|---|---|
| QVWSSettings() | 
Properties
| Name | Description | 
|---|---|
| AccessPointQvsConnection | List of QlikView Servers used for AccessPoint connection. | 
| DefaultQvs | |
| DSC | List of Directory Service Connectors. | 
| HeaderName | If the authentication type is Header, this value holds the header name. | 
| LoginAddress | QlikView WebServer login address. | 
| Port | Communication port for the QlikView WebServer. | 
| Prefix | If the authentication type is Header, this value holds the prefix. | 
| QvWsAuthenticationType | Type of the QlikView WebServer authentication. | 
| QvWsLogginLevel | QlikView WebServer logging level. | 
| QvWsLoginType | QlikView WebServer login type. | 
| ServerName | QlikView WebServer name. | 
| UseHttps | Value indicating if the communication should be done via HTTPS. |