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.
Gets the FileAccess setting for the document. The current IO access setting: Read, Write, or ReadWrite.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property FileOpenAccess As FileAccess
Get
'Usage
Dim instance As OpenXmlPackage
Dim value As FileAccess
value = instance.FileOpenAccess
public FileAccess FileOpenAccess { get; }
Property Value
Type: System.IO.FileAccess