PropertyCollectionItem(String) Property

Get a property from the collection by name.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public PropertyItem this[
	string name
] { get; }

Parameters

name  String
 

Property Value

PropertyItem

See Also