RasConnection.EntryId Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the Guid that represents the phone book entry.

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

Syntax

C#
public Guid EntryId { get; }
Visual Basic
Public ReadOnly Property EntryId As Guid
	Get
Visual C++
public:
property Guid EntryId {
	Guid get ();
}
F#
member EntryId : Guid with get

Property Value

Type: Guid

See Also