Description Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Description Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFeatureInfoDescription
Gets the description of the feature.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Description { get; }
Public ReadOnly Property Description As String
	Get
public:
property String^ Description {
	String^ get ();
}
member Description : string with get
Property Value
Remarks

Win32 MSI API: MsiGetFeatureInfo

Exceptions
Exception Condition
InvalidHandleException the Session handle is invalid
ArgumentException an unknown feature was requested

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)