Share via


Folder.HiddenFromRemote Property

 

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