Freigeben über


ExtensionParameter-Klasse

Represents a setting for an extension.

Vererbungshierarchie

System.Object
  ReportService2010.ExtensionParameter

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Usage
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

Der ExtensionParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2010-Namespace