Type Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Type Property
Gets the type of the column as a System.Type. This is one of the following: Int16, Int32, String, or Stream
Declaration Syntax
C# Visual Basic Visual C++ F#
public Type Type { get; }
Public ReadOnly Property Type As Type
	Get
public:
property Type^ Type {
	Type^ get ();
}
member Type : Type with get
Property Value
Type
type of the column

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