| RestServiceFaultDetail Property |
Detail of exception
Namespace:
SanteDB.Rest.Common.Fault
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public string Detail { get; set; }
Public Property Detail As String
Get
Set
public:
property String^ Detail {
String^ get ();
void set (String^ value);
}
member Detail : string with get, set
Property Value
Type:
StringSee Also