ExtensionParameter 类

Represents a setting for an extension.

继承层次结构

System.Object
  ReportService2010.ExtensionParameter

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ExtensionParameter
用法
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

ExtensionParameter 类型公开以下成员。

构造函数

  名称 说明
公共方法 ExtensionParameter Initializes a new instance of the ExtensionParameter class.

页首

属性

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

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ReportService2010 命名空间