PeerApplicationLaunchInfo.PeerContact 属性
定义
获取或设置发送邀请的 PeerContact。Gets 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。The PeerContact that sent the invitation.
注解
除非显式指定,否则对于引用类型,所有属性的默认值均为 null。Unless explicitly specified, the default value for all properties is null for reference types.