BasicNoUIObjFileAccessControl Property |
Gets or sets the file access control.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic IFileAccessControl FileAccessControl { get; set; }Public Property FileAccessControl As IFileAccessControl
Get
Set
public:
virtual property IFileAccessControl^ FileAccessControl {
IFileAccessControl^ get () sealed;
void set (IFileAccessControl^ value) sealed;
}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