4 references to action
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (4)
20[ConfigurationProperty(action, DefaultValue = WorkflowUnhandledExceptionBehavior.defaultAction)] 24get { return (WorkflowUnhandledExceptionAction)base[action]; } 25set { base[action] = value; } 46properties.Add(new ConfigurationProperty(action, typeof(WorkflowUnhandledExceptionAction), WorkflowUnhandledExceptionBehavior.defaultAction, null, new ServiceModelActivitiesEnumValidator(typeof(WorkflowUnhandledExceptionActionHelper)), System.Configuration.ConfigurationPropertyOptions.None));