CustomPropertyCollection.Item

CustomPropertyCollection indexer (1 of 2)

Gets the custom property by the specific index.

public CustomProperty this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The custom property

See Also


CustomPropertyCollection indexer (2 of 2)

Gets the custom property by the property name.

public CustomProperty this[string name] { get; }
ParameterDescription
nameThe property name.

Return Value

The custom property

See Also