'Declaration
<System.ComponentModel.CategoryAttribute("(Name)")> <System.ComponentModel.ReadOnlyAttribute(True)> <System.Runtime.Serialization.DataMemberAttribute()> Public ReadOnly Property QualifiedFolderName As System.String
'Usage
Dim instance As Job 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;}