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