| DetectedIssueText Property |
Gets or sets the textual description of the detected issue.
Namespace:
SanteDB.Core.BusinessRules
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
StringSee Also