PackageProperties Class
Represents the core properties of a Package.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | PackageProperties() | Initializes a new instance of the PackageProperties class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


