AnalyticsReportingStore.Name property
Name of this analytics reporting store (in most cases it is name of the DB, but it might be different), Name is not required to be unique.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As AnalyticsReportingStore
Dim value As String
value = instance.Name
public string Name { get; }
Property value
Type: System.String