'Declaration
Public Overloads Sub Add( _ ByVal propertyName As System.String, _ ByVal propertyValue As System.Object _ )
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim propertyValue As System.Object instance.Add(propertyName, propertyValue)
public void Add( System.string propertyName, System.object propertyValue )
Parameters
- propertyName
- propertyValue