SubStorage Class
Substorage inside an output.
Properties
| Property | Description |
|---|---|
| Data | Gets the substorage data. |
| Name | Gets the substorage name. |
WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Data Property
Gets the substorage data.
Declaration
public WindowsInstallerData Data { get; set; }
Name Property
Gets the substorage name.
Declaration
public string Name { get; set; }