JAMS Developer Guide
ParentFolderName Property (Variable)


MVPSI.JAMS Namespace > Variable Class : ParentFolderName Property
Gets or sets the name of the JAMS Folder that this variable is a member of.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.Xml.Serialization.XmlIgnoreAttribute()>
<CompareOptionsAttribute(True)>
Public Property ParentFolderName As System.String
'Usage
 
Dim instance As Variable
Dim value As System.String
 
instance.ParentFolderName = value
 
value = instance.ParentFolderName
[System.ComponentModel.DefaultValue()]
[System.Xml.Serialization.XmlIgnore()]
[CompareOptions(true)]
public System.string ParentFolderName {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