Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of megabytes that are currently available. The default value is 0.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public int AvailableMegabytes { get; set; }
public:
[StatusMessagePropertyAttribute]
property int AvailableMegabytes {
int get();
void set(int value);
}
<StatusMessagePropertyAttribute>
Public Property AvailableMegabytes As Integer
Property Value
Type: System.Int32
See Also
LowMemoryModeEnter Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top