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