ResourceLocator.MustUnderstandOptions property

Gets or sets the MustUnderstandOptions value for 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.

This property is read/write.

Syntax

ResourceLocator.MustUnderstandOptions As boolean

Property value

Indicates, when True, that the service which implements the WS-Management Protocol must return an error if it is not capable of processing the option.

Remarks

IWSManResourceLocator::MustUnderstandOptions is the corresponding C++ property.

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