PeerApplicationLaunchInfo.PeerContact 属性

定义

获取或设置发送邀请的 PeerContactGets or sets the PeerContact that sent the invitation.

public:
 property System::Net::PeerToPeer::Collaboration::PeerContact ^ PeerContact { System::Net::PeerToPeer::Collaboration::PeerContact ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerContact PeerContact { get; }
member this.PeerContact : System.Net.PeerToPeer.Collaboration.PeerContact
Public ReadOnly Property PeerContact As PeerContact

属性值

PeerContact

发送邀请的 PeerContactThe PeerContact that sent the invitation.

注解

除非显式指定,否则对于引用类型,所有属性的默认值均为 nullUnless explicitly specified, the default value for all properties is null for reference types.

适用于

另请参阅