Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
name
Type: System.StringThe specified property name.
Property Value
Type: System.String
The extended connector property value.
See Also
Reference
ExtendedConnectorPropertyCollection Class