AddRestriction Method
Adds a restruction to the command. Used to block the command.
Syntax
public void AddRestriction(
ExtensionRestriction restriction
)Public Sub AddRestriction( _
ByVal restriction As ExtensionRestriction _
) Parameters
| Name | Description |
|---|---|
| restriction | The reason that the command cannot run. |