Freigeben über


KeywordQueryProperties.SetQueryPropertyValue-Methode

Legt den Wert einer Eigenschaft basierend auf dem angegebenen Namen.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Sub SetQueryPropertyValue ( _
    name As String, _
    val As QueryPropertyValue _
)
'Usage
Dim instance As KeywordQueryProperties
Dim name As String
Dim val As QueryPropertyValue

instance.SetQueryPropertyValue(name, _
    val)
public void SetQueryPropertyValue(
    string name,
    QueryPropertyValue val
)

Parameter

  • name
    Typ: System.String

    Der Name einer Eigenschaft eines Objekts KeywordQueryProperties.

Siehe auch

Referenz

KeywordQueryProperties Klasse

KeywordQueryProperties-Member

Microsoft.SharePoint.Client.Search.Query-Namespace