PolicyResource.ClassName Property
Gets the name of the class within the policy resource assembly that implements the interface that the associated policy feature uses to communicate with the policy resource.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property ClassName As String
Get
'Usage
Dim instance As PolicyResource
Dim value As String
value = instance.ClassName
public string ClassName { get; }
Property Value
Type: System.String
A string that represents the name of the class.
Remarks
Use the AssemblyName property to get the policy feature assembly name.
Because Microsoft 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 recognize whatever interfaces the policy resource is implementing. The resource assembly must have a strong name and reside in the global assembly cache.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace