Add

Add(IBehaviorProperty)

Adds a new property to the collection.

public void Add(IBehaviorProperty item)
ParameterTypeDescription
itemIBehaviorPropertyProperty to add.

See Also


Add(string)

Adds a new property to the collection.

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

See Also