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.
Verifies whether the folder is hidden from remote access.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool HiddenFromRemote { get; internal set; }
public:
property bool HiddenFromRemote {
bool get();
internal: void set(bool value);
}
Public Property HiddenFromRemote As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the folder is hidden from remote access; otherwise, false.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top