Class CustomPropertyCollection

CustomPropertyCollection class

A collection of CustomProperty objects that represent additional information.

public class CustomPropertyCollection : CollectionBase

Properties

NameDescription
Item { get; }Gets the custom property by the specific index. (2 indexers)

Methods

NameDescription
Add(string, string)Adds custom property information.

See Also