UserPreference.CustomString - Propriété
Obtient ou définit la chaîne personnalisée de la UserPreference.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property CustomString As String
Get
Set
'Utilisation
Dim instance As UserPreference
Dim value As String
value = instance.CustomString
instance.CustomString = value
public string CustomString { get; set; }
Valeur de propriété
Type : System.String
La chaîne personnalisée de préférence.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms