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