Message content parsed as a string.

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

Syntax

Visual Basic (declaration)
Public 
Property 
Content 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
String

value = instance.
Content

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

Property value

Type: System . . :: . . String

Remarks

This property contains the value associated with the "Content" header.

This property is valid only for UTF-8 text content types. Nontext and encoded types should use the RawContent property.

See also