| ValidationResultDetailMessage Property |
Gets or sets the message which caused the error
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string Message { get; set; }
Public Property Message As String
Get
Set
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
member Message : string with get, set
Property Value
Type:
StringSee Also