Public Property Notice As String Get Set
public string Notice { get; set; }
public: property String^ Notice { String^ get (); void set (String^ value); }