QueryValueOperation Constructor

Constructor
Public Sub New( _ 
ByVal value As QueryValue, _ 
ByVal operation As AttributeMatchOperation
)
This language is not supported or no code example is available.
public QueryValueOperation( 
QueryValue value
AttributeMatchOperation operation 
)
This language is not supported or no code example is available.
public:  
QueryValueOperation( 
QueryValue^ value
AttributeMatchOperation operation 
)
This language is not supported or no code example is available.
public function QueryValueOperation( 
value : QueryValue
operation : AttributeMatchOperation 
);
This language is not supported or no code example is available.

Parameters

value
QueryValue

the query value

operation
AttributeMatchOperation

the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition