DiskPrompt Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation DiskPrompt Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListDiskPrompt
Gets or sets the prompt template that is used when prompting the user for installation media.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string DiskPrompt { get; set; }
Public Property DiskPrompt As String
	Get
	Set
public:
property String^ DiskPrompt {
	String^ get ();
	void set (String^ value);
}
member DiskPrompt : string with get, set
Property Value

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