Message.Stamp Property

Definition

The Stamp property contains the string that is used to stamp a message. Setting Stamp marks the message with the supplied string, which can then be read either by the application or downstream instances of the application.

public:
 virtual property System::String ^ Stamp { System::String ^ get(); void set(System::String ^ value); };
public virtual string Stamp { get; set; }
Public Overridable Property Stamp As String

Property Value

Remarks

The Stamp property returns only the first stamp on the message. If there are multiple stamps on the message, use the AllStamps property to retrieve a collection containing all of the stamps.

Applies to