IWSManResourceLocator::get_FragmentDialect method (wsmandisp.h)

Gets or sets the language dialect for a resource fragment dialect when IWSManResourceLocator is used in IWSManSession object methods such as Get, Put, or Enumerate. A fragment represents one property or part of a resource. You can provide an IWSManResourceLocator object instead of specifying a resource URI in IWSManSession object operations.

This property is read/write.

Syntax

HRESULT get_FragmentDialect(
  BSTR *text
);

Parameters

text

Return value

None

Remarks

The dialect string defaults to the XPath 1.0 specification. For more information, see http://www.w3.org/TR/xpath.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wsmandisp.h
Library WSManDisp.tlb
DLL WSMAuto.dll

See also

IWSManResourceLocator

ResourceLocator.FragmentDialect