|  | DetectedIssueExceptionIssues Property  | 
 
            Gets the list of issues set by the BRE 
            
 
    Namespace: 
   SanteDB.Core.Exceptions
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
 Syntax
Syntaxpublic List<DetectedIssue> Issues { get; }Public ReadOnly Property Issues As List(Of DetectedIssue)
	Get
public:
property List<DetectedIssue^>^ Issues {
	List<DetectedIssue^>^ get ();
}member Issues : List<DetectedIssue> with get
Property Value
Type: 
ListDetectedIssue See Also
See Also