Entity.Item[String] Property

Definition

Provides an indexer for the attribute values.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ attributeName); void set(System::String ^ attributeName, System::Object ^ value); };
public object this[string attributeName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(attributeName As String) As Object

Parameters

attributeName
String

The logical name of the attribute.

Property Value

The attribute specified by the attributeName parameter.

Applies to