4 references to TimeToPersistString
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\WorkflowIdleElement.cs (4)
24
[ConfigurationProperty(
TimeToPersistString
, DefaultValue = WorkflowIdleBehavior.defaultTimeToPersistString)]
29
get { return (TimeSpan)base[
TimeToPersistString
]; }
30
set { base[
TimeToPersistString
] = value; }
61
properties.Add(new ConfigurationProperty(
TimeToPersistString
, typeof(TimeSpan), TimeSpan.MaxValue, new TimeSpanOrInfiniteConverter(), new TimeSpanOrInfiniteValidator(TimeSpan.Zero, TimeSpan.MaxValue), ConfigurationPropertyOptions.None));