EncryptedPackageEnvelope.PackageProperties 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 core package properties (such as Title and Subject) of the rights managed document.
public:
property System::IO::Packaging::PackageProperties ^ PackageProperties { System::IO::Packaging::PackageProperties ^ get(); };
public System.IO.Packaging.PackageProperties PackageProperties { get; }
member this.PackageProperties : System.IO.Packaging.PackageProperties
Public ReadOnly Property PackageProperties As PackageProperties
Property Value
The PackageProperties for the package.
Remarks
These core properties are stored in the standard OLE property streams (\005SummaryInformation and \005DocumentSummaryInformation). The core properties are also stored in the package itself. It is the responsibility of the application to keep the two sets of properties synchronized.