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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).