Bagikan melalui


DelayActivity.TimeoutDurationProperty Bidang

Definisi

DependencyProperty Mewakili yang menargetkan TimeoutDuration properti .

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ TimeoutDurationProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty TimeoutDurationProperty;
 staticval mutable TimeoutDurationProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly TimeoutDurationProperty As DependencyProperty 

Nilai Bidang

Contoh

Contoh kode berikut menunjukkan cara menggunakan TimeoutDurationProperty bidang .

this.state1Delay.Name = "state1Delay";
this.state1Delay.TimeoutDuration = System.TimeSpan.Parse("00:00:02");
Me.state1Delay.Name = "state1Delay"
Me.state1Delay.TimeoutDuration = System.TimeSpan.Parse("00:00:02")

Keterangan

Anda secara tidak langsung mengakses setiap properti publik dan peristiwa jenis ini dengan resolusi properti dependensi yang sesuai. Properti dependensi ini adalah bidang statis publik bernama XProperty atau XEvent, di mana X adalah properti yang sesuai.

Berlaku untuk

Lihat juga