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.
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
[DataMemberAttribute]
public bool HiddenFromRemote { get; set; }
public:
[DataMemberAttribute]
property bool HiddenFromRemote {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property HiddenFromRemote As Boolean
Property Value
Type: System.Boolean
true if the folder is hidden; otherwise, false.
See Also
FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top