RasEntry.EntryType Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the type of phone book entry.

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

Syntax

C#
public RasEntryType EntryType { get; set; }
Visual Basic
Public Property EntryType As RasEntryType
	Get
	Set
Visual C++
public:
property RasEntryType EntryType {
	RasEntryType get ();
	void set (RasEntryType value);
}
F#
member EntryType : RasEntryType with get, set

Property Value

Type: RasEntryType

See Also