RuleAttributeTarget Enumeration

 

Specifies whether the path in a RuleReadAttribute or RuleWriteAttribute is for a method parameter, or this.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public enum class RuleAttributeTarget

Member nameDescription
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.

.NET Framework
Available since 3.0
Return to top
Show: