NameChangedEventArgs.Name Property

Definition

Gets the new Name for the PeerEndPoint.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Gets the new Name for the PeerEndPoint.

Remarks

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

Applies to

See also