WindowsInstallerPatchItem.WindowsInstallerPatchFileName Property
Applies To: Windows Server Update Services
Gets or sets file name of the windows installer update package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string WindowsInstallerPatchFileName { get; set; }
public:
property String^ WindowsInstallerPatchFileName {
String^ get();
void set(String^ value);
}
member WindowsInstallerPatchFileName : string with get, set
Public Property WindowsInstallerPatchFileName As String
Property Value
Type: System.String
The MSP file name.
See Also
WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top