The PackageProperties type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (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.) |
Properties
| Name | Description | |
|---|---|---|
| Category |
Gets the category of the Package.
| |
| ContentStatus |
Gets a value that represents the status of the Package.
| |
| ContentType |
Gets a value that represents the type of content that is contained in the Package.
| |
| Created |
Gets the date and time the Package was created.
| |
| Creator |
Gets a value that identifies the individual or entity that created the Package and its content.
| |
| Description |
Gets a description of the content contained in the Package.
| |
| Identifier |
Gets a value that unambiguously identifies the Package and its content.
| |
| Keywords |
Gets a value that define a delimited set of keywords to support searching and indexing the Package and its content.
| |
| Language |
Gets a value that identifies the language of the Package content.
| |
| LastModifiedBy |
Gets a value that identifies the user who last modified the Package content.
| |
| LastPrinted |
Gets the date and time the Package content was last printed.
| |
| Modified |
Gets the date and time the Package was last changed.
| |
| Revision |
Gets the revision number of the Package.
| |
| Subject |
Gets the topic of the Package content.
| |
| Title |
Gets the name given to the Package and its content.
| |
| Version |
Gets the version number of the Package.
|