Deployment Tools Foundation
Description Property
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
RemarksWin32 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)