ActiveReports 12 Server User Guide
Setting Constructor

ActiveReports.Server.Extensibility Assembly > ActiveReports.Server.Security Namespace > Setting Class : Setting Constructor
The setting name.
The setting value.
The setting display name.
The setting description.
True if setting represents a password.
The type of the setting.
Initializes a new instance of the Setting class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As String, _
   ByVal displayName As String, _
   ByVal description As String, _
   ByVal isPassword As Boolean, _
   ByVal type As Type _
)
public Setting( 
   string name,
   string value,
   string displayName,
   string description,
   bool isPassword,
   Type type
)

Parameters

name
The setting name.
value
The setting value.
displayName
The setting display name.
description
The setting description.
isPassword
True if setting represents a password.
type
The type of the setting.
See Also

Reference

Setting Class
Setting Members