IWdsTransportContent::get_Name method (wdstptmgmt.h)

Receives a pointer to a string value that contains the name of the data object represented by this content object.

This property is read-only.

Syntax

HRESULT get_Name(
  BSTR *pbszName
);

Parameters

pbszName

Return value

None

Remarks

The format of the object name returned is defined by the content provider and its associated management applications.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008 [desktop apps only]
Target Platform Windows
Header wdstptmgmt.h
DLL Wdstptmgmt.dll

See also

IWdsTransportContent