PropertyExpressionCollection.Item[String] Property

Definition

Returns the property expression that corresponds to the provided property name.

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

Parameters

propertyName
String

The name of the property that specifies the expression to return.

Property Value

The property expression that corresponds to the provided property name.

Applies to