ICustomizationTypedField Interface
Description
An association between a CustomizationField and an object of a class that implements ICustomizationType.
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