QueryProperties.IReadOnlyPropertyCollection.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
Private ReadOnly Property Item ( _
key As String _
) As Object Implements IReadOnlyPropertyCollection.Item
Get
'Utilisation
Dim instance As QueryProperties
Dim key As String
Dim value As Object
value = CType(instance, IReadOnlyPropertyCollection).Item(key)
ObjectIReadOnlyPropertyCollection.this[
string key
] { get; }
Paramètres
- key
Type : System.String
Valeur de propriété
Type : System.Object
Implémentations
IReadOnlyPropertyCollection.Item[String]