PeerApplicationLaunchInfo.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一条消息,它与 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
。