ResourceLocator.ClearOptions method

Removes any options from the ResourceLocator object. You can provide a ResourceLocator object instead of specifying a resource URI in Session object operations such as Session.Get, Session.Put, or Session.Enumerate.

Syntax

ResourceLocator.ClearOptions()

Parameters

This method has no parameters.

Remarks

IWSManResourceLocator::ClearOptions is the corresponding C++ method.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
WSManDisp.h
IDL
WSManDisp.idl
Library
WSManDisp.tlb
DLL
WSMAuto.dll

See also

ResourceLocator