Share via


ModuleProperties.SizeInBytes Property

 

Optional. Gets or sets the size in bytes of the module.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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

Property Value

Type: System.Int64

See Also

ModuleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top