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