'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute("")> <DisplayAttribute(AutoGenerateField=False, Order=32, ShortName="Parent Path")> <NotNullAttribute()> Public ReadOnly Property ParentPath As String
'Usage
Dim instance As FileSystemNodeTreePosition Dim value As String value = instance.ParentPath
[Browsable(false)] [DefaultValue("")] [Display(AutoGenerateField=false, Order=32, ShortName="Parent Path")] [NotNull()] public string ParentPath {get;}
[Browsable(false)] [DefaultValue("")] [Display(AutoGenerateField=false, Order=32, ShortName="Parent Path")] [NotNull()] public: property String^ ParentPath { String^ get(); }