UpdateFile.FileUri Property
Applies To: Windows Server Update Services
Gets the path to this file (the Microsoft Update download center, a third-party site, or a local path).
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public Uri FileUri { get; }
public:
property Uri^ FileUri {
Uri^ get();
}
member FileUri : Uri with get
Public ReadOnly Property FileUri As Uri
Property Value
Type: System.Uri
The Uri of the file.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top