ConfigParameterDefinition Members

Represents a ConfigParameterDefinition object.

The following tables list the members exposed by the ConfigParameterDefinition type.

Public Constructors

  Name Description
  ConfigParameterDefinition Creates an instance of the ConfigParameterDefinition class.

Top

Public Properties

  Name Description
public property CheckBoxDefault Retrieves boolean containing the value of the check box’s default state.
public property DefaultValue Retrieves string containing the value of the parameter’s validation regular expression.
public property DropDownExtensible Retrieves boolean containing true if the drop-down is user extensible.
public property Name Retrieves a string containing the value of the parameters name.
public property Text Retrieves string containing the value of the parameter’s text.
public property Type Retrieves ConfigParameterType containing the value of the parameter’s type.
public property Validation Retrieves string containing the value of the parameter’s validation regular expression.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CreateCheckBoxParameter Overloaded. Create a check box parameter definition.
public methodstatic CreateDividerParameter Create a divider parameter definition.
public methodstatic CreateDropDownParameter Overloaded. Create a drop-down parameter definition.
public methodstatic CreateEncryptedStringParameter Overloaded. Create an encrypted string parameter definition.
public methodstatic CreateFileParameter Overloaded. Create a file parameter definition.
public methodstatic CreateLabelParameter Create a label parameter definition.
public methodstatic CreateStringParameter Overloaded. Create a string parameter definition.
public methodstatic CreateTextParameter Overloaded. Create a text parameter definition with a default value.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ConfigParameterDefinition Class
Microsoft.MetadirectoryServices Namespace