| MatchDiagnosticsActionDataActionIdentification Property |
Gets the name of the stage
Namespace:
SanteDB.Matcher.Model
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public string[] ActionIdentification { get; set; }
Public Property ActionIdentification As String()
Get
Set
public:
property array<String^>^ ActionIdentification {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ActionIdentification : string[] with get, set
Property Value
Type:
StringSee Also