Alerts-limited : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2007-12-20
Description
Specifies the number of alerts to which a user can create.
Syntax
stsadm -o setproperty
-propertyname alerts-limited
-propertyvalue <A valid integer between 1 and 500>
[-url] <URL>
The syntax for the getproperty operation is:
stsadm -o getproperty
** propertyname alerts-limited**
[-url] <URL>
Remarque : |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Values
The following table shows possible values.
Name | Value |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
Limits the number of alerts for a user, for example, 50. |
url |
Typically, a path to the URL of the Web application, in the form http://*server_name*. |
Examples
To set the limit of alerts to 300, use the following syntax:
stsadm -o setproperty -pn alerts-limited -pv 300
To view the setting for the alerts-limited property, use the following syntax:
stsadm -o getproperty -pn alerts-limited