Share via


PropertyExpressionObservableCollection.Item Property

Gets or sets the property value for search.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Default Property Item ( _
    propertyName As String _
) As String
public string this[
    string propertyName
] { get; set; }
public:
property String^ default[String^ propertyName] {
    String^ get (String^ propertyName);
    void set (String^ propertyName, String^ value);
}
member Item : 
        propertyName:string -> string with get, set
JScript does not support indexed properties.

Parameters

  • propertyName
    Type: String

Property Value

Type: String

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace