 | MatchAttributeProperty Property |
Gets or sets the property
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
ListString
See Also