Determines the access type of a GXProperty.
| Member | Description |
|---|---|
| Deprecated |
Use of the GXProperty is not recommended. Integer value=3.
If not using .NET Framework, use constant GX_ACCESS_DEPRECATED. |
| Obsolete |
The GXProperty is not currently used. Integer value=2.
If not using .NET Framework, use constant GX_ACCESS_OBSOLETE. |
| Optional |
Using of the GXProperty value is optional. Integer value=1.
If not using .NET Framework, use constant GX_ACCESS_OPTIONAL. |
| Mandatory |
The GXProperty value cannot be left empty. Integer value=0.
If not using .NET Framework, use constant GX_ACCESS_MANDATORY. |
If not using .NET Framework, enumeration is GX_ACCESS_TYPE.
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1