Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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