IsTemporary Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation IsTemporary Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnInfoIsTemporary
Gets a value indicating whether the column is temporary. Temporary columns are not persisted when the database is saved to disk.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool IsTemporary { get; }
Public ReadOnly Property IsTemporary As Boolean
	Get
public:
property bool IsTemporary {
	bool get ();
}
member IsTemporary : bool with get
Property Value
Boolean
temporary status of the column

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