IBasicNoUIFileAccessControl Property |
Gets or sets the file access control.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxIFileAccessControl FileAccessControl { get; set; }Property FileAccessControl As IFileAccessControl
Get
Set
property IFileAccessControl^ FileAccessControl {
IFileAccessControl^ get ();
void set (IFileAccessControl^ value);
}Property Value
IFileAccessControl
The file access control.
Setting to null (
Nothing for Visual Basic) resets the file access control to the default.
Remarks
The file access control determines where files are stored.
See Also