Share via


ExtensionParameter Members

Include Protected Members
Include Inherited Members

Represents a setting for an extension.

The ExtensionParameter type exposes the following members.

Constructors

  Name Description
Public method ExtensionParameter() Initializes a new instance of the ExtensionParameter class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DisplayName The name of the extension setting that is displayed to the user.
Public property Encrypted Indicates whether the extension parameter value should be encrypted in the report server database.
Public property Error An error that describes a problem with the value of the setting.
Public property IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
Public property Name Gets or sets the name of the device information setting.
Public property ReadOnly Indicates whether the setting is read-only.
Public property Required Indicates whether the value is read-only.
Public property RequiredSpecified Indicates whether the Required property is specified.
Public property ValidValues A set of values that can be configured for the setting.
Public property Value A string that represents the value of an extension parameter.

Top