InstanceValueOptions Enumeration
.NET Framework (current version)
Contains options for instance values to indicate whether the instance values are write-only, optional, there are no instance values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
| Member name | Description | |
|---|---|---|
| None | Indicates that there are no instance values. | |
| Optional | Indicates that a host can function without knowing the value of this instance value. | |
| WriteOnly | Indicates that the instance value is write-only. The instance value can be used for administration purposes. |
.NET Framework
Available since 4.0
Available since 4.0
Show: