[Migrated content. Thread originally posted on 05 January 2012]
Hello,What is the equivalen in Visual COBOL to this fragment of code in C#?
[Category("Data")]
[Description("Alert Message")]
public string Message
{
get { return message; }
set { message = value; }
}
Thanks!




