SmartTagPropertyCollection.Item

SmartTagPropertyCollection indexer (1 of 2)

Gets a SmartTagProperty object.

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

Return Value

Returns a SmartTagProperty object.

See Also


SmartTagPropertyCollection indexer (2 of 2)

Gets a SmartTagProperty object by the name of the property.

public SmartTagProperty this[string name] { get; }
ParameterDescription
nameThe name of the property.

Return Value

Returns a SmartTagProperty object.

See Also