ADMD (NotesName - JavaScript)

Read-only. The administration management domain name (ADMD) component of a hierarchical name (A=).

Defined in

NotesName

Syntax

getADMD() : string

Usage

This property returns an empty string for a hierarchical name with no ADMD name component.

This property returns an empty string for an Internet or flat name.

A name created through Domino® administration does not contain an ADMD name component.

Examples

This computed field returns acmeadmd.
var nam:NotesName = session.createName(
	"CN=John B Goode/OU=Sales/OU=East/O=Acme/C=US/A=acmeadmd/P=acmeprmd");
return nam.getADMD();