| MatchAttributeProperty Property |
Gets or sets the property
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<string> Property { get; set; }
Public Property Property As List(Of String)
Get
Set
public:
property List<String^>^ Property {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Property : List<string> with get, set
Property Value
Type:
ListStringSee Also