The Stampproperty contains a message stamp. Use the AllStamps property to retrieve all the stamps for a message.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Stamp 
As 
String
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AppViaStamp
Dim 
value 
As 
String

value = instance.
Stamp
C#
public 
string 
Stamp { 
get; }

Property value

Type: System . . :: . . String

See also