Sdílet prostřednictvím


WorkflowIdleElement.TimeToUnload Vlastnost

Definice

Získá nebo nastaví dobu přidělenou pro uvolnění instance pracovního postupu.

public:
 property TimeSpan TimeToUnload { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")]
public TimeSpan TimeToUnload { get; set; }
[System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan TimeToUnload { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")>]
member this.TimeToUnload : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("timeToUnload", DefaultValue="00:01:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.TimeToUnload : TimeSpan with get, set
Public Property TimeToUnload As TimeSpan

Hodnota vlastnosti

Objekt časového rozsahu.

Atributy

Platí pro