DataRuleProblem.ErrorMessageString, propriété
Obtient la chaîne à utiliser pour afficher le message d'erreur.
Espace de noms : Microsoft.Data.Schema.StaticCodeAnalysis
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorMessageString As String
Get
public string ErrorMessageString { get; }
public:
property String^ ErrorMessageString {
String^ get ();
}
member ErrorMessageString : string
function get ErrorMessageString () : String
Valeur de propriété
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.