RuleReadWriteAttribute(String, RuleAttributeTarget) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.