ContentSourceCollection.Item 属性 (String) (Microsoft.Office.Server.Search.Administration)

Gets the specified content source from the collection of content sources based on the content source name that is specified.

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

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As ContentSource
用法
Dim instance As ContentSourceCollection
Dim name As String
Dim value As ContentSource

value = instance(name)
public ContentSource this [
    string name
] { get; }

参数

  • name
    A string containing the content source name.

属性值

A ContentSource object representing a content source.

另请参阅

参考

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