'Declaration Public Overloads Function Add( _ ByVal value As UserDefinedProperty _ ) As Integer
public int Add( UserDefinedProperty value )
Parameters
- value
- The object to add.
Return Value
The index of the newly added object in the current collection.