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