RasEntry.Remove Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Removes the entry from the phone book.

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

Syntax

C#
public bool Remove()
Visual Basic
Public Function Remove As Boolean
Visual C++
public:
bool Remove()
F#
member Remove : unit -> bool 

Return Value

Type: Boolean
true if the operation was successful, otherwise false.

See Also