Flag state within flag data to either set (true) or reset (false).

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool State { get; set; }
Visual Basic
Public Property State As Boolean
	Get
	Set
Visual C++
public:
property bool State {
	bool get ();
	void set (bool value);
}
F#
member State : bool with get, set

Property Value

Type: Boolean

Remarks

Changing this has no effect for create operation. Use FlagAttributeValue.Set for this instead.

See Also