IWdsTransportNamespace::put_FriendlyName method (wdstptmgmt.h)

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

This property is read/write.

Syntax

HRESULT put_FriendlyName(
  BSTR bszFriendlyName
);

Parameters

bszFriendlyName

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