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.
Verifies whether a folder has remote access enabled.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool IsRemote { get; internal set; }
public:
property bool IsRemote {
bool get();
internal: void set(bool value);
}
Public Property IsRemote As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if a folder has remote access enabled; otherwise, false.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top