UpdateFile.OriginUri Property
Applies To: Windows Server Update Services
Gets the original URL of this file if it was downloaded from a service such as Microsoft Update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public Uri OriginUri { get; }
public:
property Uri^ OriginUri {
Uri^ get();
}
member OriginUri : Uri with get
Public ReadOnly Property OriginUri As Uri
Property Value
Type: System.Uri
The original URL of this file if it was downloaded from a service such as Microsoft Update.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top