Click or drag to resize

BasicNoUIObjFileAccessControl Property

Gets or sets the file access control.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public IFileAccessControl FileAccessControl { get; set; }

Property Value

IFileAccessControl
The file access control. Setting to null (Nothing for Visual Basic) resets the file access control to the default.

Implements

IBasicNoUIFileAccessControl
Remarks

The file access control determines where files are stored.

See Also