CreateFolderRequest.HiddenFromRemote Property
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