Share via


FolderModifyInfo.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

[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