IPropertyCollection

Defines a collection of properties.

Declaration Syntax

public interface IPropertyCollection

Table 1761: Members

Property

Count

Gets the number of properties in the collection.

Property

Item

Gets the property that matches the given name.

Method

Contains(ISimProperty)

Checks if the collection contains the property.

Method

GetByName(string)

Returns the property that matches the given name.