FolderModifyInfo.ChangeHiddenFromRemote Property
Gets and sets a value that describes if the folder change is hidden from remote systems.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool ChangeHiddenFromRemote { get; set; }
public:
[DataMemberAttribute]
property bool ChangeHiddenFromRemote {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property ChangeHiddenFromRemote As Boolean
Property Value
Type: System.Boolean
true if the change is hidden from remote systems; otherwise, false.
See Also
FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top