ModifyFolderRequest.HiddenFromRemote Property
Gets and sets a value that determines if the folder is hidden from remote viewing.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool HiddenFromRemote { get; set; }
public:
property bool HiddenFromRemote {
bool get();
void set(bool value);
}
Public Property HiddenFromRemote As Boolean
Property Value
Type: System.Boolean
true if the folder is hidden; otherwise, false.
See Also
ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top