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
MessageKind MessageKind { get; }
property MessageKind MessageKind {
MessageKind get();
}
abstract MessageKind : MessageKind with get
ReadOnly Property MessageKind As MessageKind
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.MessageKind
See Also
IMessage Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top