Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class RequestParameter

Represents request parameter.

Inheritance
System.Object
RequestParameter
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class RequestParameter : Object

Constructors

RequestParameter()

Initializes a new instance of the RequestParameter class.

Declaration
public RequestParameter()

RequestParameter(String, Object)

Initializes a new instance of the RequestParameter class.

Declaration
public RequestParameter(string name, object value)
Parameters
Type Name Description
System.String name

The name.

System.Object value

The value.

Properties

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Value

Gets or sets the value.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

The value.