PolicyFeature.ClassName Property
Gets the name of the class within the policy feature assembly that implements the IPolicyFeature interface.
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 PolicyFeature
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.
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 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace