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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.MessageSort

See Also

IMessage Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top