4 references to authorizedWindowsGroup
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\WorkflowInstanceManagementElement.cs (4)
30
authorizedWindowsGroup
,
35
get { return (string)base[
authorizedWindowsGroup
]; }
36
set { base[
authorizedWindowsGroup
] = value; }
65
properties.Add(new ConfigurationProperty(
authorizedWindowsGroup
, typeof(System.String), string.Empty, null, new System.Configuration.StringValidator(0, int.MaxValue, null), System.Configuration.ConfigurationPropertyOptions.None));