Share via


AssemblyName Element (PolicyResource)

Represents the strong name of the policy resource assembly, which is stored in the global assembly cache.

<AssemblyName>
</AssemblyName>

Attributes

Attribute Description

None

Child Elements

None.

Parent Elements

PolicyResource Element (PolicyResource)

Remarks

Because Office SharePoint Server 2007 does not call the policy resource directly, the resource is not required to implement a specific interface. However, the associated policy feature must understand what interfaces the policy resource is implementing. The resource assembly must have a strong name and reside in the global assembly cache.

Use the ClassName element to specify the name of the class within the policy resource assembly that implements whatever interface the associated policy feature uses to communicate with the policy resource.

See Also

Concepts

Introduction to Information Management Policy
Policy Feature Overview
Policy Resource Overview
Policy Namespace Overview