Share via


PropertyCollection.Item[String] Property

Definition

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

Property Value

Applies to