InstallCommand.InstallerItem Property

Namespace:  Microsoft.Web.PlatformInstaller
Assembly:  Microsoft.Web.PlatformInstaller (in Microsoft.Web.PlatformInstaller.dll)

Syntax

'Declaration
Protected ReadOnly Property InstallerItem As Installer
    Get
'Usage
Dim value As Installer

value = Me.InstallerItem
protected Installer InstallerItem { get; }
protected:
property Installer^ InstallerItem {
    Installer^ get ();
}
function get InstallerItem () : Installer

Property Value

Type: Microsoft.Web.PlatformInstaller.Installer

Permissions

See Also

Reference

InstallCommand Class

InstallCommand Members

Microsoft.Web.PlatformInstaller Namespace