Add

IBehaviorPropertyCollection.Add method

Adds a new property to the collection.

public void Add(string propertyValue)
ParameterTypeDescription
propertyValueStringValue of the property to add.

See Also