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