ArcObjects Library Reference (GISClient)  

IDiscoveryClusterProtocol.MulticastAddress Property

The DiscoveryClusterProtocol multicast address.

[Visual Basic .NET]
Public Property MulticastAddress As String
[C#]
public string MulticastAddress {get; set;}
[C++]
HRESULT get_MulticastAddress(
  BSTR* pAddress
);
[C++]
HRESULT put_MulticastAddress(
  BSTR pAddress
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryClusterProtocol Interface