ResponseCollection.Item() property
Microsoft Office Live Communications Server 2005 with SP1 |
ResponseCollection.Item
The Item property contains the Response element at the specified index. In C#, this property is the indexer for the ResponseCollection class.
[C#] public Response this[ index ] {get; set;}
[Visual Basic .NET] Public Property Item( _ ByVal index _ ) As Response
Parameters
- index
Specifies the index value of the Response 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. |