RasSubEntry.Update Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Updates the subentry.

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

Syntax

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

Return Value

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

Exceptions

Exception Condition
System..::..InvalidOperationException The collection is not associated with a phone book.

See Also