public PropertyValue Property( Properties.Symbol id, int index ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(Properties.Symbol id, int index); void set (Properties.Symbol id, int index, PropertyValue^ value); }
Parameters
| Parameter Name | Description |
|---|---|
| id | Identifier of the Symbol's property |
| index | Index of the Symbol's property |