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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.