RemoveField Method
Description
Removes the CustomizationTypedField specified by FieldName from this type.
Syntax
Visual Basic
Public Sub RemoveField( _
   ByVal FieldName As String _
) 
Parameters
FieldName
The name of the field in the project database. Use all upper case.
See Also