TopologySettings.ApplicationName Property
Gets or sets the internal name for the Search service application that the topology settings apply to.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ApplicationName As String
Get
Set
'Usage
Dim instance As TopologySettings
Dim value As String
value = instance.ApplicationName
instance.ApplicationName = value
public string ApplicationName { get; set; }
Property Value
Type: System.String
The Search service application’s internal name.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace