Private storage of the header value. Derived classes may either use this field for their storage, or provide their own. This field is used by this class's implementation of GetValue () () () () and SetValue(String) .

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

Syntax

Visual Basic (declaration)
Protected Friend 
value 
As 
Byte()
Visual Basic (usage)
Dim 
value 
As 
Byte()

value = 
Me.
value

Me.
value = 
value
C#
protected internal 
byte[] 
value

See also