NameChangedEventArgs::Name Property

 

Gets the new Name for the PeerEndPoint.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

Gets the new Name for the PeerEndPoint.

Unless specified, the default value for this property is null.

.NET Framework
Available since 3.5
Return to top
Show: