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