'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/Sets the root folder where the browsing starts from.")> Public Property RootFolder As System.Environment.SpecialFolder
'Usage
Dim instance As NFolderLookup Dim value As System.Environment.SpecialFolder instance.RootFolder = value value = instance.RootFolder
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/Sets the root folder where the browsing starts from.")] public System.Environment.SpecialFolder RootFolder {get; set;}