LocationConfiguration.InternalName Property
Specifies a unique name to identify the federated search location. This name corresponds to the InternalName element of the OpenSearchDescription of the federated location definition file.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property InternalName As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.InternalName
instance.InternalName = value
public string InternalName { get; set; }
Property Value
Type: System.String
Remarks
This element must be specified when the location is created and cannot be changed. This element must contain only alphanumeric characters. The maximum number of characters is 60.