RasAutoDialAddress.Entries Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the collection of entries associated with the address.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public Collection<RasAutoDialEntry> Entries { get; }
Visual Basic
Public ReadOnly Property Entries As Collection(Of RasAutoDialEntry)
	Get
Visual C++
public:
property Collection<RasAutoDialEntry^>^ Entries {
	Collection<RasAutoDialEntry^>^ get ();
}
F#
member Entries : Collection<RasAutoDialEntry> with get

Property Value

Type: Collection<(Of <(<'RasAutoDialEntry>)>)>

See Also