'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.