Share via


TwinCollectionArray.Item[String] Property

Definition

Gets the value for the given property name

public dynamic this[string propertyName] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(propertyName As String) As Object

Parameters

propertyName
String

Property Name to lookup

Property Value

Property value, if present

Applies to