ClientProtocolCollection.Count Property

Definition

Gets the number of ClientProtocol objects in the referenced collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An int32 value that specifies the number of ClientProtocol objects in the referenced collection.

Implements

Examples

Using Collections

Applies to