2 writes to path
System.Workflow.Activities (2)
Rules\RuleAction.cs (2)
74this.path = path; 84set { path = value; }
5 references to path
System.Workflow.Activities (5)
Rules\RuleAction.cs (5)
83get { return path; } 94if (path == null) 103string[] parts = path.Split('/'); 180return new string[] { this.path }; 190return "Update(\"" + this.path + "\")";