LastSavedBy Property

DTF API

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

The installer sets the Last Saved By summary information property to the value of the LogonUser property during an administrative installation. The installer never uses this property and a user never needs to modify it. Developers of a database editing tool may use this property to track the last person to modify the database. This property should be left set to null in a final shipping database.

In a transform, this summary property contains the platform and language ID(s) that a database should have after it has been transformed. The property specifies to what the Template should be set in the new database.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

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