ExchangeResourceManager.AssemblyName property
The AssemblyName property gets the name of the assembly that contains the localization resources.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property AssemblyName As String
Get
'Usage
Dim instance As ExchangeResourceManager
Dim value As String
value = instance.AssemblyName
public string AssemblyName { get; }
Property value
Type: System.String