FolderInfo.IsRemote Property
Verifies whether a folder has remote access enabled.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool IsRemote { get; set; }
public:
[DataMemberAttribute]
property bool IsRemote {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property IsRemote As Boolean
Property Value
Type: System.Boolean
true if a folder has remote access enabled; otherwise, false.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top