--- title: "VETFile" description: "Contains details about a Microsoft Teams file. Property Type Description String File name and extension. String File size in bytes. String File version. DateTime Date and time when the file was last modified." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vetfile.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VETFile" dateModified: "2026-08-18" --- # VETFile Contains details about a Microsoft Teams file.
|
Property |
Type |
Description |
|---|---|---|
|
Name |
String |
File name and extension. |
|
Size |
String |
File size in bytes. |
|
Version |
String |
File version. |
|
Modified |
DateTime |
Date and time when the file was last modified. |
|
ModifiedBy |
String |
User or application that last modified the file. |
|
IsFolder |
Bool |
If True, the file is a folder. |