IMessage::Signature Property

 

The Operation or Signal of which this Message represents an occurrence. If it is a Signal, the MessageSort must be Asynchronous.

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

property INamedElement^ Signature {
	INamedElement^ get();
	void set(INamedElement^ value);
}
Return to top
Show: