KeywordQueryProperties.Item - Propriété
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public WriteOnly Property Item ( _
key As String _
) As Object
Set
'Utilisation
Dim instance As KeywordQueryProperties
Dim key As String
Dim value As Object
instance.Item(key) = value
public Object this[
string key
] { set; }
Paramètres
- key
Type : System.String
Valeur de propriété
Type : System.Object