ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.IndexingTargets Property

The indexing targets of indexing service.

[Visual Basic .NET]
Public Function get_IndexingTargets ( _
    ByVal Name As String, _
    ByVal Type As String _
) As IEnumBSTR
[Visual Basic .NET]
Public Sub set_IndexingTargets ( _
    ByVal Name As String, _
    ByVal Type As String, _
    ByVal ppTargets As IEnumBSTR _
)
[C#]
public IEnumBSTR get_IndexingTargets (
    string Name,
    string Type
);
[C#]
public void set_IndexingTargets (
    string Name,
    string Type,
    IEnumBSTR ppTargets
);
[C++]
HRESULT get_IndexingTargets(
  BSTR Name,
  BSTR Type,
  IEnumBSTR** ppTargets
);
[C++]
HRESULT put_IndexingTargets(
  BSTR Name,
  BSTR Type,
  IEnumBSTR* ppTargets
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR ppTargets [out, retval]

  ppTargets is a parameter of type IEnumBSTR

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR ppTargets [in]

  ppTargets is a parameter of type IEnumBSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDiscoveryServerObjectAdmin Interface