LocationConfiguration.InternalName 属性 (Microsoft.Office.Server.Search.Administration)

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.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property InternalName As String
用法
Dim instance As LocationConfiguration
Dim value As String

value = instance.InternalName

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

备注

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.

另请参阅

参考

LocationConfiguration 类
LocationConfiguration 成员
Microsoft.Office.Server.Search.Administration 命名空间