Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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