JAMS Developer Guide
ParentFolder Property (Variable)


MVPSI.JAMS Namespace > Variable Class : ParentFolder Property
Gets or sets the JAMS Folder that this Variable is a member of.
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Variable Class
Variable Members