FolderPermission.IsFolderVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the folder is visible to the user.
public:
property bool IsFolderVisible { bool get(); void set(bool value); };
public bool IsFolderVisible { get; set; }
Public Property IsFolderVisible As Boolean
Property Value
true if the folder is visible; otherwise, false.