RasPhoneBook.Entries Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: RasEntryCollection

See Also