Compartir a través de


ExtensionParameter Miembros

Represents a setting for an extension.

El tipo ExtensionParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio