Share via


Classe ExtensionParameter

Represents a setting for an extension.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..ExtensionParameter

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Utilisation
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

Le type ExtensionParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Haut de la page

Propriétés

  Nom Description
Propriété publique DisplayName Gets the name of the extension setting that is displayed to the user.
Propriété publique Encrypted Gets a value that indicates whether the extension parameter value is encrypted.
Propriété publique Error Gets an error that describes a problem with the value of the setting.
Propriété publique IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
Propriété publique Name Gets the name of the device information setting.
Propriété publique ReadOnly Gets a value that indicates whether the setting is read-only.
Propriété publique Required Gets a value that indicates whether the setting is required.
Propriété publique RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
Propriété publique ValidValues Gets a set of values that can be configured for the setting.
Propriété publique Value Gets a string that represents the value of an extension setting.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

An ExtensionParameter object is returned as output by the GetExtensionSettings and ValidateExtensionSettings methods.

When ExtensionParameter objects are returned by the GetExtensionSettings method, the default settings and values are returned. When ExtensionParameter objects are returned by the ValidateExtensionSettings method, the Error property will contain a description of errors that occurred while validating the setting.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence