PackageProperties Class

Definition

Represents the core properties of a Package.

public ref class PackageProperties abstract : IDisposable
public abstract class PackageProperties : IDisposable
type PackageProperties = class
    interface IDisposable
Public MustInherit Class PackageProperties
Implements IDisposable
Inheritance
PackageProperties
Implements

Constructors

PackageProperties()

Initializes a new instance of the PackageProperties class.

Properties

Category

When overridden in a derived class, gets or sets the category of the Package.

ContentStatus

When overridden in a derived class, gets or sets a value that represents the status of the Package.

ContentType

When overridden in a derived class, gets or sets a value that represents the type of content that is contained in the Package.

Created

When overridden in a derived class, gets or sets the date and time the Package was created.

Creator

When overridden in a derived class, gets or sets a value that identifies the individual or entity that created the Package and its content.

Description

When overridden in a derived class, gets or sets a description of the content contained in the Package.

Identifier

When overridden in a derived class, gets or sets a value that unambiguously identifies the Package and its content.

Keywords

When overridden in a derived class, gets or sets a value that define a delimited set of keywords to support searching and indexing the Package and its content.

Language

When overridden in a derived class, gets or sets a value that identifies the language of the Package content.

LastModifiedBy

When overridden in a derived class, gets or sets a value that identifies the user who last modified the Package content.

LastPrinted

When overridden in a derived class, gets or sets the date and time the Package content was last printed.

Modified

When overridden in a derived class, gets or sets the date and time the Package was last changed.

Revision

When overridden in a derived class, gets or sets the revision number of the Package.

Subject

When overridden in a derived class, gets or sets the topic of the Package content.

Title

When overridden in a derived class, gets or sets the name given to the Package and its content.

Version

When overridden in a derived class, gets or sets the version number of the Package.

Methods

Dispose()

Releases all resources used by the PackageProperties instance.

Dispose(Boolean)

Releases the unmanaged resources used by the PackageProperties instance and optionally releases the managed resources.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to