ResourceLocator.FragmentDialect property

Gets or sets the language dialect for a resource fragment dialect when ResourceLocator is used in Session object operations such as Session.Get, Session.Put, or Session.Enumerate. A fragment represents one property or part of a resource. You can provide a ResourceLocator object instead of specifying a resource URI in Session object operations. The dialect indicates what XML language describes the fragment to the service that implements the WS-Management Protocol and receives the request.

This property is read/write.

Syntax

ResourceLocator.FragmentDialect As string

Property value

An XML string that identifies the language used in the FragmentPath property. The dialect string defaults to the XPath 1.0 specification. For more information, see https://www.w3.org/TR/xpath.

Remarks

IWSManResourceLocator::FragmentDialect 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