Skip to main content

SubStorage Class

Substorage inside an output.

Properties

PropertyDescription
DataGets the substorage data.
NameGets the substorage name.

WixToolset.Data.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

Data Property

Gets the substorage data.

Declaration

public WindowsInstallerData Data { get; set; } 

Name Property

Gets the substorage name.

Declaration

public string Name { get; set; }