RuleAttributeTarget Enumeration
.NET Framework (current version)
Specifies whether the path in a RuleReadAttribute or RuleWriteAttribute is for a method parameter, or this.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Member name | Description | |
|---|---|---|
| Parameter | Specifies the path is an absolute path beginning with a parameter name, which optionally can be followed by a path to an inner member. | |
| This | Specifies the path is a relative or absolute path, beginning with the token this. |
Use with the RuleReadAttribute and RuleWriteAttribute classes.
.NET Framework
Available since 3.0
Available since 3.0
Show: