PolicyFeature.AssemblyName Property
Gets the strong name of the policy feature assembly.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As PolicyFeature
Dim value As String
value = instance.AssemblyName
public string AssemblyName { get; }
Property Value
Type: System.String
A string representing the strong name of the policy feature assembly.
Remarks
Use the ClassName property to get the class name of the assembly.
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