|
| DotRas SDK Documentation |
| RasCollection<(Of <(<'TObject>)>)>..::..Count Property |
| RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
|
Gets the number of entries contained in the collection.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Count As Integer Get |
| Visual C++ |
|---|
public: virtual property int Count { int get () sealed; } |
| F# |
|---|
abstract Count : int with get override Count : int with get |