Removes generic data for the specified field from the structured data.
Syntax
'Declaration
Sub Remove( _
ByVal As String _
)
'Usage
Dim instance As _StructuredData
Dim fieldName As String
instance.Remove(fieldName)
Parameters
- fieldName
- The name of the field to be removed.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also