HeaderCollection.Item() property
| Microsoft Office Live Communications Server 2005 with SP1 |
HeaderCollection.Item
The Item property contains the Header element at the specified index. In C#, this property is the indexer for the HeaderCollection class.
[C#]
public Header this[
index
] {get; set;}
[Visual Basic .NET] Public Property Item( _ ByVal index _ ) As Header
Parameters
- index
Specifies the index value of the Header object to be returned.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
| What did you think of this topic? |
| © 2008 Microsoft Corporation. All rights reserved. |