Share via


PolicyResource.AssemblyName property

Gets the strong name of the policy resource 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 PolicyResource
Dim value As String

value = instance.AssemblyName
public string AssemblyName { get; }

Property value

Type: System.String
A string that represents the strong name of the policy resource assembly.

Remarks

The policy resource assembly must be stored in the global assembly cache.

Use the ClassName property to get the class name of the assembly.

For more information, see Policy Resource Overview.

See also

Reference

PolicyResource class

PolicyResource members

Microsoft.Office.RecordsManagement.InformationPolicy namespace