Add a domain vaue

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

Public Sub AddDomainValue( _ 
ByVal context As AttributeSearchContext, _ 
ByVal name As String, _ 
ByVal value As QueryValueOperation
)
This language is not supported or no code example is available.
public void AddDomainValue( 
AttributeSearchContext context
string name
QueryValueOperation value 
)
This language is not supported or no code example is available.
public:  
void AddDomainValue( 
AttributeSearchContext context
String^ name
QueryValueOperation^ value 
)
This language is not supported or no code example is available.
public function AddDomainValue( 
context : AttributeSearchContext
name : String
value : QueryValueOperation 
);
This language is not supported or no code example is available.

Parameters

context
Type: AttributeSearchContext

<default>

name
Type: string

<default>

value
Type: QueryValueOperation

.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