IsFieldRelevantToSubtype Method
Description
Checks If Field (By Name) Is Relevant to this Subtype.
Syntax
Visual Basic
Public Function IsFieldRelevantToSubtype( _
   ByVal FieldName As String _
) As Boolean
Parameters
FieldName
The name of the field in the project database. Use all upper case.
See Also