IsFormatStringInvalid Property

Microsoft Deployment Tools

Deployment Tools Foundation IsFormatStringInvalid Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRecordIsFormatStringInvalid
IsFormatStringInvalid is set from several View methods that invalidate the FormatString and used to determine behavior during Record.ToString().
Declaration Syntax
C# Visual Basic Visual C++
protected bool IsFormatStringInvalid { get; set; }
Protected Property IsFormatStringInvalid As Boolean
protected:
property bool IsFormatStringInvalid {
	bool get ();
	void set (bool value);
}

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)