DotRas SDK Documentation |
RasPhoneBook..::..Entries Property |
RasPhoneBook Class See Also Send Feedback |
Gets the collection of entries within the phone book.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public RasEntryCollection Entries { get; } |
Visual Basic |
---|
Public ReadOnly Property Entries As RasEntryCollection Get |
Visual C++ |
---|
public: property RasEntryCollection^ Entries { RasEntryCollection^ get (); } |
F# |
---|
member Entries : RasEntryCollection with get |