InstallableItem.OriginalSourceFile Property

 

Applies To: Windows Server Update Services

Gets or sets the original source of this update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public FileForInstallableItem OriginalSourceFile { get; set; }
public:
property FileForInstallableItem^ OriginalSourceFile {
    FileForInstallableItem^ get();
    void set(FileForInstallableItem^ value);
}
member OriginalSourceFile : FileForInstallableItem with get, set
Public Property OriginalSourceFile As FileForInstallableItem

Property Value

Type: Microsoft.UpdateServices.Administration.FileForInstallableItem

The original source of this update.

Remarks

This is an optional property. Systems Management Server is the only user of this property, currently.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top