| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ConfiguredEndpointCollection Dim index As Integer Dim value As ConfiguredEndpoint instance.Item(index) = value value = instance.Item(index) | |
| C# | |
|---|---|
| public ConfiguredEndpoint this[ int index ]; {get; set;} | |
Parameters
- index
Property Value
The ConfiguredEndpoint at the indexTarget Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    