DataRuleProblem.ErrorMessageString Property
Gets the string to use to display 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
public string ErrorMessageString { get; }
public:
property String^ ErrorMessageString {
String^ get ();
}
member ErrorMessageString : string
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.