FileForInstallableItem.Size Property

 

Applies To: Windows Server Update Services

Gets or sets the file size.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public long Size { get; set; }
public:
property long long Size {
    long long get();
    void set(long long value);
}
member Size : int64 with get, set
Public Property Size As Long

Property Value

Type: System.Int64

The file size in bytes.

See Also

FileForInstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top