Share via


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

See Also

Reference

DataRuleProblem Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace