CustomPropertyCollection.Add

CustomPropertyCollection.Add method

Adds custom property information.

public int Add(string name, string value)
ParameterTypeDescription
nameStringThe name of the custom property.
valueStringThe value of the custom property.

See Also