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