DashboardSettings.MaximumControlsLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.