OpenXmlPackage.Package 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.
Caution
This property will be removed in a future version as an implementation detail
Gets the package of the document.
public System.IO.Packaging.Package Package { get; }
[System.Obsolete("This property will be removed in a future version as an implementation detail", true)]
public System.IO.Packaging.Package Package { get; }
member this.Package : System.IO.Packaging.Package
[<System.Obsolete("This property will be removed in a future version as an implementation detail", true)>]
member this.Package : System.IO.Packaging.Package
Public ReadOnly Property Package As Package
Property Value
- Attributes