LocalResource.MaximumSizeInMegabytes Property

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntax

public abstract int MaximumSizeInMegabytes { get; internal set; }
public:
property int MaximumSizeInMegabytes {
    virtual int get() abstract;
    internal: virtual void set(int value) abstract;
}
abstract MaximumSizeInMegabytes : int with get, internal set
Public MustOverride Property MaximumSizeInMegabytes As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

See Also

LocalResource Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top