Byte Flag property
Namespace:
Hyleos.Common
Assembly:
Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public bool Flag { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Flag As Boolean |
| Visual C++ |
|---|
public:
property bool Flag {
bool get ();
void set (bool value);
} |
See Also