ArcObjects Library Reference (GISClient)  

IDiscoveryClusterProtocol.Type Property

The DiscoveryClusterProtocol type.

[Visual Basic .NET]
Public Property Type As esriDiscoveryProtocolType
[C#]
public esriDiscoveryProtocolType Type {get; set;}
[C++]
HRESULT get_Type(
  esriDiscoveryProtocolType* pType
);
[C++]
HRESULT put_Type(
  esriDiscoveryProtocolType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriDiscoveryProtocolType

pType [in]

  pType is a parameter of type esriDiscoveryProtocolType

Product Availability

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

See Also

IDiscoveryClusterProtocol Interface