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