Share via


FileForInstallableItem.OriginUri Property

 

Applies To: Windows Server Update Services

Gets or sets the URL where the file was originally located.

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

Syntax

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

Property Value

Type: System.Uri

The URL where the file was originally located.

See Also

FileForInstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top