QueryProperties.Item - Propriété

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    key As String _
) As Object
    Get
    Set
'Utilisation
Dim instance As QueryProperties
Dim key As String
Dim value As Object

value = instance(key)

instance(key) = value
public Object this[
    string key
] { get; set; }

Paramètres

Valeur de propriété

Type : System.Object

Implémentations

IPropertyCollection.Item[String]

Voir aussi

Référence

QueryProperties classe

QueryProperties - Membres

Microsoft.Office.Server.Search.Query - Espace de noms