| PersistentObject_flag Field |
Flag field. Use it as you see fit.
Namespace:
Obujekutoru
Assembly:
obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
Syntax [PersistentObjectFieldAttribute("flag", true)]
protected int _flag
<PersistentObjectFieldAttribute("flag", true)>
Protected _flag As Integer
protected:
[PersistentObjectFieldAttribute(L"flag", true)]
int _flag
[<PersistentObjectFieldAttribute("flag", true)>]
val mutable _flag: int
Field Value
Type:
Int32See Also