Author Property

DTF API

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

The Author summary information property conveys to a file browser the manufacturer of the installation database. This value is typically set from the installer property Manufacturer.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

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