[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific BasePeerToPeerConfig from the BasePeerToPeerConfigCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( BasePeerToPeerConfig value )
Public Sub Remove ( _ value As BasePeerToPeerConfig _ )
public: void Remove( BasePeerToPeerConfig^ value )
- value (BasePeerToPeerConfig)
- The BasePeerToPeerConfig to remove from the BasePeerToPeerConfigCollection.