RuleReadWriteAttribute Constructor (String^, RuleAttributeTarget)

 

When implemented in a derived class, initializes a new instance of the RuleReadWriteAttribute class.

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

protected:
RuleReadWriteAttribute(
	String^ path,
	RuleAttributeTarget target
)

Parameters

path
Type: System::String^

The path to target of the attribute.

target
Type: System.Workflow.Activities.Rules::RuleAttributeTarget

RuleAttributeTarget enumeration value that determines how to use path to find target.

.NET Framework
Available since 3.0
Return to top
Show: