| RestServiceFaultMessage Property |
Gets or sets the message
Namespace:
SanteDB.Rest.Common.Fault
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.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