Deployment Tools Foundation
Cabinet Property
Gets or sets the cabinet that contains this file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CabInfo Cabinet { get; }
Public ReadOnly Property Cabinet As CabInfo Get
public: property CabInfo^ Cabinet { CabInfo^ 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.
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.9.1006.0)