Indicates whether this message was received by the server (as opposed to having been created by the calling application).

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Received 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
Boolean

value = instance.
Received
C#
public 
bool 
Received { 
get; }

Property value

Type: System . . :: . . Boolean

See also