JAMS Developer Guide
QualifiedFolderName Property (Variable)


MVPSI.JAMS Namespace > Variable Class : QualifiedFolderName Property
Gets the fully qualified name of the folder that contains this variable.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("(Name)")>
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.Runtime.Serialization.DataMemberAttribute()>
Public ReadOnly Property QualifiedFolderName As System.String
'Usage
 
Dim instance As Variable
Dim value As System.String
 
value = instance.QualifiedFolderName
[System.ComponentModel.Category("(Name)")]
[System.ComponentModel.ReadOnly(true)]
[System.Runtime.Serialization.DataMember()]
public System.string QualifiedFolderName {get;}
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