Share via


ServerParameter(String, String, Boolean) Constructor

The ServerParameter constructor 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.

Parameters

name   A string that contains the name of the parameter.

val   A string that contains the value of the parameter.

nil  true to specify that the value of the parameter is null; false to specify that the value of the server parameter be interpreted as an empty string ("").

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security