Remove method

Examples


The Remove method deletes a specified property object from a properties collection.

Syntax

DUOSProperties.Remove(index)

Parameters

DUOSProperties – A collection of properties for a data object.

index – The property object’s name (a string) or the position (an integer) of the property object in the collection.


Documentation Feedback