  | PeerEntryEventIpAddress Property  | 
            Get/Set the IP address of the peer.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string IpAddress { get; set; }Public Property IpAddress As String
	Get
	Set
public:
property String^ IpAddress {
	String^ get ();
	void set (String^ value);
}member IpAddress : string with get, set
Property Value
Type: 
String
See Also