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