| 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)
Syntax public 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:
StringSee Also