ServerParameter Class
The ServerParameter class represents a server parameter required by the server containing the data source.
System.Object
Microsoft.SharePoint.Dsp.ServerParameter
Public Constructors
The following table shows the public constructors of the ServerParameter class and a brief description of each.
Name | Description |
---|---|
ServerParameter() | Initializes a new instance of the ServerParameter class. |
ServerParameter(String, String, Boolean) | 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 null. |
Public Properties
The following table shows the public properties of the ServerParameter class, the data type of each property, and a brief description of each.
Name | Data type | Description |
---|---|---|
Name | String | Gets or sets the name of the server parameter. |
Null | Boolean | Gets or sets a Boolean value that specifies whether the value of the server parameter is null. |
Value | String | Gets or sets the value of the server parameter. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.SharePoint.Dsp
Platforms: Microsoft Windows Server 2003
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Security: Code Access Security