EncryptedPackageEnvelope.PackageProperties Property

Definition

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.

Applies to