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