Represents a preinstalled feature instance.
Inheritance Hierarchy
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic class MsiFeature : IFdfEnumerable
Public Class MsiFeature
Implements IFdfEnumerable
public ref class MsiFeature : IFdfEnumerable
type MsiFeature =
class
interface IFdfEnumerable
end
The MsiFeature type exposes the following members.
Constructors
| Name | Description |
---|
 | MsiFeature | Initializes a new instance of the MsiFeature class |
Top
Properties
| Name | Description |
---|
 | Description |
Installed feature description.
|
 | Flag |
Installed feature license flag.
|
 | Name |
Installed feature name.
|
Top
Methods
Remarks
See Also