Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the folder is hidden from remote viewing.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool HiddenFromRemote { get; private set; }
public:
property bool HiddenFromRemote {
bool get();
private: void set(bool value);
}
Public Property HiddenFromRemote As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
True if the folder is hidden from remote viewing; otherwise, false.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top