UpdateFile.Name Property
Applies To: Windows Server Update Services
Gets the file name.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
The file name.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top