PART

You can use PART to specify various options, including drop-down list boxes, text boxes, and text in the lower pane of the Group Policy snap-in.

The PART syntax is:

PART [!!]name  PartType
  type-dependent data
  [KEYNAME KeyName ]
  VALUENAME ValueName
END PART

where:

name is the part name as it should appear in the Group Policy list box. Names with spaces must be enclosed by double quotation marks. As a text string that is visible in the user interface, it should use the [STRINGS] variable !!.

PartType is the policy part flags. Flags are discussed individually in the PartTypes section.

type-dependent data is information about the part. Type-dependent data is discussed in the following section.

KeyName is the optional key name to use. If no key name is specified, the previous key name in the hierarchy is used.

ValueName is the value name to use to set the data for this part.

An example of PART use follows:

PART !!MyVariable	FLAG(s)  {one or more, defined later}
...
	END PART

or:

PART !!MyVariable	FLAG(s)		END PART

The valid keywords for PART are: