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