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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()()() | Serves as a hash function for a particular type. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
InstallPackageProperties |
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)