Share via


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

'Declaration
Property Signature As INamedElement
INamedElement Signature { get; set; }
property INamedElement^ Signature {
    INamedElement^ get ();
    void set (INamedElement^ value);
}
abstract Signature : INamedElement with get, set
function get Signature () : INamedElement 
function set Signature (value : INamedElement)

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamedElement

.NET Framework Security

See Also

Reference

IMessage Interface

Microsoft.VisualStudio.Uml.Interactions Namespace