Cabinet Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Cabinet Property
Gets or sets the cabinet that contains this file.
Declaration Syntax
C# Visual Basic Visual C++ F#
public CabInfo Cabinet { get; }
Public ReadOnly Property Cabinet As CabInfo
	Get
public:
property CabInfo^ Cabinet {
	CabInfo^ get ();
}
member Cabinet : CabInfo with get
Property Value
CabInfo
The CabinetInfo instance that retrieved this file information -- this may be null if the CabinetFileInfo object was returned directly from a stream.

Assembly: Microsoft.Deployment.Compression.Cab (Module: Microsoft.Deployment.Compression.Cab.dll) Version: 3.0.0.0 (3.11.1.2318)