'Declaration
<System.ComponentModel.CategoryAttribute("(Name)")> <System.ComponentModel.DescriptionAttribute("The JAMS Folder that contains this variable")> Public Property ParentFolder As Folder
'Usage
Dim instance As Variable Dim value As Folder instance.ParentFolder = value value = instance.ParentFolder
[System.ComponentModel.Category("(Name)")] [System.ComponentModel.Description("The JAMS Folder that contains this variable")] public Folder ParentFolder {get; set;}