Share via


ManagementPackProperty.MaxValue Property

Definition

Gets or sets a maximum value in the attribute value type template.

Valid only for numeric properties.

public:
 property int MaxValue { int get(); void set(int value); };
public int MaxValue { get; set; }
member this.MaxValue : int with get, set
Public Property MaxValue As Integer

Property Value

The maximum value in the attribute value type template.

Applies to