InvalidPropertyException.Property - Propriété
Obtient le nom de la propriété qui a déclenché l'exception InvalidPropertyException .
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Property As String
Get
'Utilisation
Dim instance As InvalidPropertyException
Dim value As String
value = instance.Property
public string Property { get; }
Valeur de propriété
Type : System.String
Chaîne contenant le nom de la propriété.
Voir aussi
Référence
InvalidPropertyException classe