CustomizationTypedField Object
Description
An association between a CustomizationField and an object of a class that implements ICustomizationType.
Remarks

Get a reference to CustomizationTypedField with the Field Property of an object of a class that implements ICustomizationType, for example, CustomizationReqType.  You can also get a reference from the list returned by ICustomizationType.Fields.

Public Properties
Public Property EntitySubtypeReturns a reference to the CustomizationSubtype associated with this object.
Public Property FieldGets the CustomizationField associated with this object.
Public Property IsRequiredIndicates whether the field is required for the specific type.
Public Property TypeGets the CustomizationType associated with this object.
See Also