Freigeben über


DashboardSettings.MaximumControlsLimit Property

Definition

Gets or sets the maximum number of controls allowed on dashboards for the server.

public:
 property int MaximumControlsLimit { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MaximumControlsLimit { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaximumControlsLimit : int with get, set
Public Property MaximumControlsLimit As Integer

Property Value

The maximum number of controls allowed on dashboards for the server.

Attributes

Remarks

The maximum value is 20.

You can also use Windows PowerShell to get or set this value. For more information, see 4676c26b-8f5b-4497-b552-056e74ab2a07#set_controls_limit.

Applies to