Share via


IMessage.MessageKind Property

Lost = the message is sent from a lifeline to an undefined receiver; Found = the message comes from an undefined sender; Complete = the message is sent from one Lifeline to another.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Interactions.MessageKind

.NET Framework Security

See Also

Reference

IMessage Interface

Microsoft.VisualStudio.Uml.Interactions Namespace