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