WorkflowConfiguration.WorkflowActivationThrottleTimeWindowInMinutes プロパティ

廃止

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property WorkflowActivationThrottleTimeWindowInMinutes As Nullable(Of Integer)
    Get 
    Set
'使用
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>)

プロパティ値

型: System.Nullable<Int32>

関連項目

参照

WorkflowConfiguration クラス

Microsoft.Workflow.Client 名前空間