Table Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Table Property
Gets or sets the table associated with the record type.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Table { get; set; }
Public Property Table As String
	Get
	Set
public:
property String^ Table {
	String^ get ();
	void set (String^ value);
}
member Table : string with get, set
Property Value

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