public bool IsAlive { get; set; }
Public Property IsAlive As Boolean Get Set
public: property bool^ IsAlive { bool^ get (); void set (bool^ value); }