2.2.2.6 NameProperty

The NameProperty represents a scripting-friendly name for an object, intended for use in scripting environments and for display purposes.

Simple type: eDT_LPWSTR. It is represented as an LPCWSTR type, as specified in [MS-DTYP] section 2.2.34, when used as a method parameter.

Validity: MUST NOT be null.

Server validation: Servers MUST enforce validity constraints. Servers MAY enforce an implementation-specific character length limit. If so, this limit SHOULD be at least 255 characters, not including the terminating null character.

Client validation: Clients SHOULD enforce validity constraints.