3 references to _RootPath
System.Workflow.Activities (3)
Role\ADRoleFactoryConfiguration.cs (3)
23
[ConfigurationProperty(
_RootPath
, DefaultValue = "")]
26
get { return (string)base[
_RootPath
]; }
27
set { base[
_RootPath
] = value; }