public bool Success { get; set; }
Public Property Success As Boolean
public: property bool Success { bool get (); void set (bool value); }