Share via


IMessage.MessageSort Property

Synchronous = the sender waits for control to return, and a return arrow is shown on the sequence diagram. Asynchronous = the sender continues after sending the message.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property MessageSort As MessageSort
MessageSort MessageSort { get; }
property MessageSort MessageSort {
    MessageSort get ();
}
abstract MessageSort : MessageSort with get
function get MessageSort () : MessageSort

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.MessageSort

.NET Framework Security

See Also

Reference

IMessage Interface

Microsoft.VisualStudio.Uml.Interactions Namespace