SetDescription Method
Sets the description that is displayed on the main part of the dialog. If all the restrictions affect the same object, the singular description will be used. Otherwise the dialog falls back to the multiple description.
Syntax
public void SetDescription(
System.string singular,
System.string multiple
)Public Sub SetDescription( _
ByVal singular As System.String, _
Optional ByVal multiple As System.String _
) Parameters
| Name | Description |
|---|---|
| singular | This string is used if all the restrictions provided to the dialog affect the same object. If it contains the string.Format() specifier '{0}', the object's name will be swapped for it. |
| multiple | Optional parameter that provides the description for when multiple restricted objects are displayed. |