ArcObjects Library Reference (GISClient)  

IDiscoveryCluster.ParticipatingMachineNames Property

The machine names in this DiscoveryCluster.

[Visual Basic .NET]
Public Property ParticipatingMachineNames As IEnumBSTR
[C#]
public IEnumBSTR ParticipatingMachineNames {get; set;}
[C++]
HRESULT get_ParticipatingMachineNames(
  IEnumBSTR** ppMachineNames
);
[C++]
HRESULT put_ParticipatingMachineNames(
  IEnumBSTR* ppMachineNames
);
[C++]

Parameters

ppMachineNames [out, retval]

  ppMachineNames is a parameter of type IEnumBSTR

ppMachineNames [in]

  ppMachineNames is a parameter of type IEnumBSTR

Product Availability

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

See Also

IDiscoveryCluster Interface