In Configuration Manager 2007, the AssemblyPropertyNames simple type lists the properties of a .NET Framework assembly that rules can be authored against.

<xs:simpleType name="AssemblyPropertyNames">
	<xs:restriction
		base="string"
	>
		<xs:enumeration
			value="Culture"
		 />
		<xs:enumeration
			value="Version"
		 />
		<xs:enumeration
			value="PublicKeyToken"
		 />
		<xs:enumeration
			value="CacheType"
		 />
	</xs:restriction>

Enumeration

The following values are defined by the AssemblyPropertyNames simple type:

Value Description

Culture

Groups all the rules/checks on the Culture information for a .NET Framework assembly.

The syntax of the Culture property to be used in rules is as described in http://go.microsoft.com/fwlink/?LinkID=110806.

Version

Groups all the rules/checks on the Version information for a .NET Framework assembly.

The syntax of the Version property to be used in rules is a four-part version string.

PublicKeyToken

Groups all the rules/checks on the Public key token information for a .NET Framework assembly.

The syntax of the Version property to be used in rules is a hexadecimal-encoded string representation of the Public key token.

See Also


Send comments about this topic to Microsoft.