UninstalledMaterialUninstalledComponents Property |
[This is preliminary documentation and is subject to change.]
A list of the components that were uninstalled
Namespace:
CFX.Structures
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<InstalledComponent> UninstalledComponents { get; set; }
Public Property UninstalledComponents As List(Of InstalledComponent)
Get
Set
Property Value
Type:
ListInstalledComponent
See Also