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 PropertyElement

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

Constructors

PropertyElement()

Initializes a new instance of the RequestParameter class.

Declaration
public PropertyElement()

PropertyElement(String, Object)

Initializes a new instance of the RequestParameter class.

Declaration
public PropertyElement(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.