Header.Value property
Microsoft Office Live Communications Server 2005 with SP1 |
Header.Value
The Value property contains the SIP header value as a string.
[C#] public String Value {get; set;}
[Visual Basic .NET] Public Property Value As String
Remarks
This property contains the header parameters separated from the address (and its parameters) by a semi-colon. To obtain just the parameters, use Header.Parameters. To obtain just the header value without the parameters, use Header.ValueNoParameters.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
Header.Parameters, Header.ValueNoParameters, Header
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |