Share via


LocationConfiguration.InternalName Property

Specifies a unique name to identify the federated search location. This name corresponds to the InternalName element of the OpenSearchDescription Element (Location Definition) 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
<DataMemberAttribute> _
Public Property InternalName As String
    Get
    Set
'Usage
Dim instance As LocationConfiguration
Dim value As String

value = instance.InternalName

instance.InternalName = value
[DataMemberAttribute]
public string InternalName { get; set; }

Property Value

Type: System.String

Remarks

This element must be specified when the location is created; it cannot be changed. This element must contain only alphanumeric characters. The maximum number of characters is 60.

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace