ContentCollectionCollection.Item Property
Retrieves a content collection with a specified name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
name As String _
) As ContentCollection
Get
'Usage
Dim instance As ContentCollectionCollection
Dim name As String
Dim value As ContentCollection
value = instance(name)
ContentCollection this[
string name
] { get; }
Parameters
name
Type: System.StringThe name of the content collection to retrieve.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Content.ContentCollection
A ContentCollection representing the retrieved content collection, or [null] if no such content collection exists.
See Also
Reference
ContentCollectionCollection Interface
ContentCollectionCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace