UpdateInfo.NodeAddress Property

Definition

Gets the endpoint address to update for the registration entry.

public:
 property System::ServiceModel::PeerNodeAddress ^ NodeAddress { System::ServiceModel::PeerNodeAddress ^ get(); };
public System.ServiceModel.PeerNodeAddress NodeAddress { get; }
member this.NodeAddress : System.ServiceModel.PeerNodeAddress
Public ReadOnly Property NodeAddress As PeerNodeAddress

Property Value

PeerNodeAddress that contains the endpoint address to update for the registration entry.

Applies to