PropertyCondition.Value Property

Gets or sets the value of the property condition.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

C#
public Object Value { get; set; }

Property Value

Type: System.Object
The value of the property condition.

.NET Framework Security

See Also

Reference

PropertyCondition Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace