Problem.ErrorMessageString Property
Gets the string for displaying the error message.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorMessageString As String
'Usage
Dim instance As Problem
Dim value As String
value = instance.ErrorMessageString
public string ErrorMessageString { get; }
public:
property String^ ErrorMessageString {
String^ get ();
}
public function get ErrorMessageString () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.