Proprietà WorkflowConfiguration.WorkflowActivationThrottleTimeWindowInMinutes

OBSOLETO

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property WorkflowActivationThrottleTimeWindowInMinutes As Nullable(Of Integer)
    Get 
    Set
'Utilizzo
Dim instance As WorkflowConfiguration 
Dim value As Nullable(Of Integer)

value = instance.WorkflowActivationThrottleTimeWindowInMinutes

instance.WorkflowActivationThrottleTimeWindowInMinutes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> WorkflowActivationThrottleTimeWindowInMinutes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> WorkflowActivationThrottleTimeWindowInMinutes {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member WorkflowActivationThrottleTimeWindowInMinutes : Nullable<int> with get, set
function get WorkflowActivationThrottleTimeWindowInMinutes () : Nullable<int>
function set WorkflowActivationThrottleTimeWindowInMinutes (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>

Vedere anche

Riferimento

WorkflowConfiguration Classe

Spazio dei nomi Microsoft.Workflow.Client