Share via


ExtendedConnectorPropertyCollection.Item Property

Gets or sets the extended connector property value by the specified name.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Default Property Item ( _
    name As String _
) As String
    Get
    Set
'Usage
Dim instance As ExtendedConnectorPropertyCollection
Dim name As String
Dim value As String

value = instance(name)

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

Parameters

Property Value

Type: System.String
The extended connector property value.

See Also

Reference

ExtendedConnectorPropertyCollection Class

ExtendedConnectorPropertyCollection Members

Microsoft.Office.Server.Search.Administration Namespace