AssemblyPropertyNames Simple Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 https://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

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items