ExtensionCollection.Item Property
Gets the specified extension in the collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
ext As String _
) As Extension
Get
'Usage
Dim instance As ExtensionCollection
Dim ext As String
Dim value As Extension
value = instance(ext)
public Extension this[
string ext
] { get; }
Parameters
- ext
Type: System.String
A string that contains the file name extension.
Property Value
Type: Microsoft.Office.Server.Search.Administration.Extension
An Extension.object.