Constructor

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

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
Type: QueryValue

the query value

operation
Type: 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