OpenXmlPackage.FileOpenAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FileAccess setting for the document. The current I/O access settings are: Read, Write, or ReadWrite.
public System.IO.FileAccess FileOpenAccess { get; }
member this.FileOpenAccess : System.IO.FileAccess
Public ReadOnly Property FileOpenAccess As FileAccess