PeerContact::PeerName Property
.NET Framework (current version)
Gets or sets the PeerName associated with the PeerContact.
Assembly: System.Net (in System.Net.dll)
public: property PeerName^ PeerName { PeerName^ get(); internal: void set(PeerName^ value); }
Property Value
Type: System.Net.PeerToPeer::PeerName^String which represents the PeerName of the PeerContact. Unless explicitly specified, the default value for all properties is null for reference types.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This PeerContact object has been disposed. |
.NET Framework
Available since 3.5
Available since 3.5
Show: