PeerNameRecord::PeerName Property

 

Gets or sets the PeerName within this PeerNameRecord object. A peer name is a string used to identify a peer resource.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

public:
property PeerName^ PeerName {
	PeerName^ get();
	void set(PeerName^ value);
}

Property Value

Type: System.Net.PeerToPeer::PeerName^

The PeerName within this PeerNameRecord object. The default value for this property is null.

.NET Framework
Available since 3.5
Return to top
Show: