IWdsTransportNamespace::get_FriendlyName method (wdstptmgmt.h)

Sets or retrieves the user-friendly name of the namespace.

This property is read/write.

Syntax

HRESULT get_FriendlyName(
  BSTR *pbszFriendlyName
);

Parameters

pbszFriendlyName

Return value

None

Remarks

This property is optional and can be set to an empty string.

This property cannot be set on a namespace that is or has been registered.

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

IWdsTransportNamespace