ActionConstraintItem Class
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.
Represents an IActionConstraintMetadata with or without a corresponding IActionConstraint.
public ref class ActionConstraintItem
public class ActionConstraintItem
type ActionConstraintItem = class
Public Class ActionConstraintItem
- Inheritance
-
ActionConstraintItem
Constructors
ActionConstraintItem(IActionConstraintMetadata) |
Creates a new ActionConstraintItem. |
Properties
Constraint |
The IActionConstraint associated with Metadata. |
IsReusable |
Gets or sets a value indicating whether or not Constraint can be reused across requests. |
Metadata |
The IActionConstraintMetadata instance. |