| MvEndPointPeerName Property |
Gets the name of the connected process.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual string PeerName { get; }
Public Overridable ReadOnly Property PeerName As String
Get
public:
virtual property String^ PeerName {
String^ get ();
}
Property Value
Type:
String
The name of the connected process.
See Also