Deployment Tools Foundation
InstallPackageProperties Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackageProperties
Accessor for getting and setting properties of the InstallPackage database.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class InstallPackageProperties
Public Class InstallPackageProperties
public ref class InstallPackageProperties
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
Item[([(String])]) |
Gets or sets a property in the database. When getting a property
that does not exist in the database, an empty string is returned.
To remove a property from the database, set it to an empty string.
|
|
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
InstallPackageProperties |