[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.EvaluatedPerson.race"]
 (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public List<string> race { get; set; } | 
| Visual Basic | 
|---|
| Public Property race As List(Of String)
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property List<String^>^ race {
	List<String^>^ get ();
	void set (List<String^>^ value);
} | 
| F# | 
|---|
| member race : List<string> with get, set
 | 
Property Value
Type: 
List<(Of <(<'String>)>)> See Also
See Also