Click or drag to resize

IPackage Properties

The IPackage type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The package description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The package ID. The ID is generated by the platform and cannot be modified.
Public propertyIsValid
Indicates if the package instance is valid. The package becomes invalid if the Destroy method has been called.
Public propertyName
The package name. The name must be unique within the system context and must follow the QName convention.
Public propertyVersion
The package version. The [Major].[Minor].[Build].[Revision] pattern is recommended.
Top
See Also