Gets or sets the property with the specified name

Namespace: BrightstarDB.Dynamic
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Object this[
	string propertyName
] { get; set; }
Visual Basic
Public Default Property Item ( 
	propertyName As String
) As Object
	Get
	Set
Visual C++
public:
property Object^ default[String^ propertyName] {
	Object^ get (String^ propertyName);
	void set (String^ propertyName, Object^ value);
}
F#
member Item : Object with get, set

Parameters

propertyName
Type: System..::..String
Name of the property

Property Value

Type: Object

See Also