Share via


StateTrigger.IsActive Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah pemicu harus diterapkan.

public:
 property bool IsActive { bool get(); void set(bool value); };
bool IsActive();

void IsActive(bool value);
public bool IsActive { get; set; }
var boolean = stateTrigger.isActive;
stateTrigger.isActive = boolean;
Public Property IsActive As Boolean
<StateTrigger IsActive="bool"/>

Nilai Properti

Boolean

bool

true jika sistem harus menerapkan pemicu; jika tidak, salah.

Berlaku untuk