State Property

Microsoft Deployment Tools

Deployment Tools Foundation State Property
Gets the installed state of the feature.
Declaration Syntax
C# Visual Basic Visual C++
public override InstallState State { get; }
Public Overrides ReadOnly Property State As InstallState
public:
virtual property InstallState State {
	InstallState get () override;
}
Remarks

Win32 MSI API: MsiQueryFeatureState

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)