Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008
The displayName attribute, defined in the .admx file, is a string value referenced in the .adml file. This attribute can be used in the category, definition, enum, or policy element.
Syntax
displayName="$(string.<placeholderTextID>)"
where
placeholderTextID is the unique name for a string text defined in the .adml stringTable element.
Remarks
The XML notation $(string.<placeholderTextID>) indicates an external reference to the related .adml file with reference to the string elements for the placeholderTextID.
Examples
This XML fragment displays an example of the displayName attribute referencing a string for supported text with an ID of SUPPORTED_ProductOnly.
displayName="$(string.SUPPORTED_ProductOnly)"