RuleReadWriteAttribute(String, RuleAttributeTarget) Constructor

Definition

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

protected:
 RuleReadWriteAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
protected RuleReadWriteAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadWriteAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadWriteAttribute
Protected Sub New (path As String, target As RuleAttributeTarget)

Parameters

path
String

The path to target of the attribute.

target
RuleAttributeTarget

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

Applies to