Share via


ManagementPackProperty.MinLength Property

Definition

Gets or sets a minimum length value in the attribute value type template.

Valid only for string properties.

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

Property Value

The minimum length value in the attribute value type template.

Applies to