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