WindowsInstallerPatchItem Constructor (String)
Applies To: Windows Server Update Services
Construct and set FilePath property from input file parameter.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public WindowsInstallerPatchItem(
string filePath
)
public:
WindowsInstallerPatchItem(
String^ filePath
)
new :
filePath:string -> WindowsInstallerPatchItem
Public Sub New (
filePath As String
)
Parameters
filePath
Type: System.StringMSP file path
See Also
WindowsInstallerPatchItem Overload
WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top