 | MatchVectorAttribute Property |
[Missing <summary> documentation for "P:SanteDB.Matcher.Matchers.MatchVector.Attribute"]
Namespace: SanteDB.Matcher.MatchersAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic MatchAttribute Attribute { get; set; }Public Property Attribute As MatchAttribute
Get
Set
public:
property MatchAttribute^ Attribute {
MatchAttribute^ get ();
void set (MatchAttribute^ value);
}member Attribute : MatchAttribute with get, set
Property Value
MatchAttribute
See Also