InstanceValueOptions Enum

Definition

Contains options for instance values to indicate whether the instance values are write-only, optional, there are no instance values.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum InstanceValueOptions
C#
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum InstanceValueOptions
Inheritance
InstanceValueOptions
Attributes

Fields

Name Value Description
None 0

Indicates that there are no instance values.

Optional 1

Indicates that a host can function without knowing the value of this instance value.

WriteOnly 2

Indicates that the instance value is write-only. The instance value can be used for administration purposes.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1