ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.Cluster Property

The specified cluster.

[Visual Basic .NET]
Public Function get_Cluster ( _
    ByVal Name As String _
) As IDiscoveryCluster
[C#]
public IDiscoveryCluster get_Cluster (
    string Name
);
[C++]
HRESULT get_Cluster(
  BSTR Name,
  IDiscoveryCluster** ppCluster
);
[C++]

Parameters

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

  ppCluster is a parameter of type IDiscoveryCluster

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface