PeerApplicationLaunchInfo.Message 属性

定义

获取或设置一条消息,它与 PeerCollaboration 邀请的相应相关联。

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

属性值

一条与 PeerInvitationResponse 邀请的 PeerCollaboration 关联的文本消息。

注解

消息的最大长度为 255 个 Unicode 字符。 除非显式指定,否则对于引用类型,所有属性的默认值均为 null

适用于

另请参阅