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)
Syntax
INamedElement Signature { get; set; }
property INamedElement^ Signature {
INamedElement^ get();
void set(INamedElement^ value);
}
abstract Signature : INamedElement with get, set
Property Signature As INamedElement
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
See Also
IMessage Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top