Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
MsiProduct for MSI or MsiPatch for MSP.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public WindowsInstallerPackageType TargetType { get; set; }
public:
property WindowsInstallerPackageType TargetType {
WindowsInstallerPackageType get();
void set(WindowsInstallerPackageType value);
}
member TargetType : WindowsInstallerPackageType with get, set
Public Property TargetType As WindowsInstallerPackageType
Property Value
Type: Microsoft.UpdateServices.Administration.WindowsInstallerPackageType
MsiProduct for MSI, or MsiPatch for MSP
See Also
WindowsInstallerRepairPath Class
Microsoft.UpdateServices.Administration Namespace
Return to top