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