'Declaration
<System.ComponentModel.CategoryAttribute("JAMS")> Public Property VariableName As System.String
'Usage
Dim instance As SetVariable Dim value As System.String instance.VariableName = value value = instance.VariableName
[System.ComponentModel.Category("JAMS")] public System.string VariableName {get; set;}