[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.vMR.EvaluatedPerson.Age"]
Assembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int Age { get; set; } |
Visual Basic |
---|
Public Property Age As Integer Get Set |
Visual C++ |
---|
public: property int Age { int get (); void set (int value); } |
F# |
---|
member Age : int with get, set |