AssemblyName Element (PolicyFeature)
Specifies the strong name of the policy feature assembly.
<AssemblyName>
<AssemblyName/>
Attributes
Attribute | Description |
---|---|
None |
Child Elements
None. |
Parent Elements
Remarks
The policy feature assembly must be stored in the global assembly cache.
The policy feature assembly must contain a class that implements the IPolicyFeature interface. For more information, see IPolicyFeature Interface Overview.
Use the ClassName element to specify the class in the policy feature assembly that implements the IPolicyFeature interface.
See Also
Concepts
Introduction to Information Management Policy
Policy Feature Overview
Policy Feature Definitions
Policy Feature Definition Schema Overview
IPolicyFeature Interface Overview