Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test to see if there is already a field with name.
public bool HasField (string name);
abstract member HasField : string -> bool
Public Function HasField (name As String) As Boolean