Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PropertyCondition class.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    value As Object, _
    op As PropertyConditionOperator _
)
public PropertyCondition(
    string name,
    Object value,
    PropertyConditionOperator op
)
public:
PropertyCondition(
    String^ name, 
    Object^ value, 
    PropertyConditionOperator op
)
new : 
        name:string * 
        value:Object * 
        op:PropertyConditionOperator -> PropertyCondition
public function PropertyCondition(
    name : String, 
    value : Object, 
    op : PropertyConditionOperator
)
Parameters
- name
 Type: System.String
 The name of the property.
- value
 Type: System.Object
 The value of the property.
- op
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.PropertyConditionOperator
 A PropertyConditionOperator that represents the operator for the property name and value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.