The tag used to send the message.
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int Tag { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Tag As Integer |
| Visual C++ |
|---|
public:
property int Tag {
int get ();
} |
See Also