Click or drag to resize
MsiFeature Class
Represents a preinstalled feature instance.
Inheritance Hierarchy
SystemObject
  FDF.CommonMsiFeature

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiFeature : IFdfEnumerable

The MsiFeature type exposes the following members.

Constructors
  NameDescription
Public methodMsiFeature
Initializes a new instance of the MsiFeature class
Top
Properties
  NameDescription
Public propertyDescription
Installed feature description.
Public propertyFlag
Installed feature license flag.
Public propertyName
Installed feature name.
Top
Methods
  NameDescription
Public methodEquals
Top
Remarks
See Also