ProtocolPropertyCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is a collection of properties that can be accessed by name The client has also access to the Property object in itself.
public abstract class ProtocolPropertyCollection : System.Collections.ICollection
type ProtocolPropertyCollection = class
interface ICollection
interface IEnumerable
Public MustInherit Class ProtocolPropertyCollection
Implements ICollection
- Inheritance
-
ProtocolPropertyCollection
- Derived
- Implements
Properties
Count | |
IsSynchronized | |
Item[Int32] |
Integer indexer |
Item[String] |
string indexer |
SyncRoot |
Methods
Contains(String) | |
CopyTo(ProtocolProperty[], Int32) | |
GetEnumerator() |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |