[This is preliminary documentation and is subject to change.]
Access or modify the value associated with the given attribute.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public Object this[ Attribute attribute ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ attribute As Attribute _ ) As Object |
| Visual C++ |
|---|
public: property Object^ default[Attribute^ attribute] { Object^ get (Attribute^ attribute); void set (Attribute^ attribute, Object^ value); } |
Parameters
- attribute
- Type: MPI..::.Attribute
The attribute key.