WebReference.Update Method ()

 

Updates this specific Web reference.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

void Update()
void Update()
abstract Update : unit -> unit
Sub Update

Remarks

All WSDL files (Web references) with the same ServiceDefinitionUrl will be updated together when the Update method is called.

See Also

WebReference Interface
VsWebSite Namespace

Return to top