LowMemoryModeEnter.ThresholdMegabytes Property
Gets or sets the threshold for sending a status message. The default value is 0.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public int ThresholdMegabytes { get; set; }
public:
[StatusMessagePropertyAttribute]
property int ThresholdMegabytes {
int get();
void set(int value);
}
<StatusMessagePropertyAttribute>
Public Property ThresholdMegabytes As Integer
Property Value
Type: System.Int32
See Also
LowMemoryModeEnter Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top