Share via


DbPropertyValues.Item[String] Property

Definition

Gets or sets the value of the property with the specified property name. The value may be a nested instance of this class.

public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

Parameters

propertyName
String

The property name.

Property Value

The value of the property.

Applies to