TargetFieldType EnumType

Indicates the attribute type for the target of the InitializeFromRequest message.

Members

Members define the discrete options for the enumeration type.

Name Value Description
All 0 All possible attribute values.
ValidForCreate 1 Attribute values that are valid for create.
ValidForUpdate 2 Attribute values that are valid for update.
ValidForRead 3 Attribute values that are valid for read.

Used by

The following use the TargetFieldType EnumType.

Name How used
InitializeFrom TargetFieldType Parameter

See also