3 references to _DistinguishedName
System.Workflow.Activities (3)
Role\ADRoleFactoryConfiguration.cs (3)
37
[ConfigurationProperty(
_DistinguishedName
, DefaultValue = "distinguishedName")]
40
get { return (string)base[
_DistinguishedName
]; }
41
set { base[
_DistinguishedName
] = value; }