'Declaration
Property Comment As System.String
'Usage
Dim instance As IName Dim value As System.String instance.Comment = value value = instance.Comment
System.string Comment {get; set;}
read-write property Comment: System.String;
function get,set Comment : System.String