ServerParameter Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents a server parameter required by the server containing the data source.

The ServerParameter type exposes the following members.

Constructors

  Name Description
Public method ServerParameter() Obsolete. Initializes a new instance of the ServerParameter class.
Public method ServerParameter(String, String, Boolean) Obsolete. Initializes a new instance of the ServerParameter class based on the specified parameter name, parameter value, and a Boolean value specifying whether the value of the parameter is a null reference (Nothing in Visual Basic).

Top

Properties

  Name Description
Public property Name Obsolete. Gets or sets the name of the server parameter.
Public property Null Obsolete. Gets or sets a Boolean value that specifies whether the value of the server parameter is a null reference (Nothing in Visual Basic).
Public property Value Obsolete. Gets or sets the value of the server parameter.

Top

Methods

  Name Description
Public method Equals (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

See Also

Reference

ServerParameter Class

Microsoft.SharePoint.Dsp Namespace