WindowsInstallerRepairPath.TargetType Property
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