Defines how a UI should treat a property
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Public Enumeration Navigation
public enum class Navigation
Members
| Member name | Value | Description |
---|
| Visible | 0 |
Display the property
|
| Hidden | 1 |
Hide the property
|
See Also