SearchParameters.LCID - Propriété

Obtient ou définit les paramètres régionaux LCID (ID) de la culture qui doit être utilisée pour exécuter la recherche.

Espace de noms :  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)

Syntaxe

'Déclaration
Public Property LCID As Nullable(Of Integer)
    Get
    Set
'Utilisation
Dim instance As SearchParameters
Dim value As Nullable(Of Integer)

value = instance.LCID

instance.LCID = value
public Nullable<int> LCID { get; set; }

Valeur de propriété

Type : System.Nullable<Int32>
Le LCID.

Implémentations

ISearchParameters3.LCID

Voir aussi

Référence

SearchParameters classe

SearchParameters - Membres

Microsoft.Office.RecordsManagement.SearchAndProcess - Espace de noms